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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5911 ConstantFPSDNode *CFP01 = dyn_cast<ConstantFPSDNode>(N0.getOperand(1)); local
5914 if (CFP00 && !CFP01 && N0.getOperand(1) == N1) {
5923 if (CFP01 && !CFP00 && N0.getOperand(0) == N1) {
5925 SDValue(CFP01, 0),
5932 if (CFP00 && !CFP01 && N1.getOpcode() == ISD::FADD &&
5943 if (CFP01 && !CFP00 && N1.getOpcode() == ISD::FADD &&
5947 SDValue(CFP01, 0),

Completed in 188 milliseconds