Searched refs:CFP10 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5955 ConstantFPSDNode *CFP10 = dyn_cast<ConstantFPSDNode>(N1.getOperand(0)); local
5959 if (CFP10 && !CFP11 && N1.getOperand(1) == N0) {
5961 SDValue(CFP10, 0),
5968 if (CFP11 && !CFP10 && N1.getOperand(0) == N0) {
5978 if (CFP10 && !CFP11 && N1.getOpcode() == ISD::FADD &&
5982 SDValue(CFP10, 0),
5989 if (CFP11 && !CFP10 && N1.getOpcode() == ISD::FADD &&
6011 ConstantFPSDNode *CFP10 = dyn_cast<ConstantFPSDNode>(N1.getOperand(0)); local
6013 if (!CFP10 && N1.getOperand(0) == N1.getOperand(1) &&

Completed in 141 milliseconds