Home
last modified time | relevance | path

Searched refs:N2CFP (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3466 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local
3473 } else if (N1CFP && !N2CFP) { in getNode()
3474 std::swap(N1CFP, N2CFP); in getNode()
3542 if (N2CFP && N2CFP->getValueAPF().isZero()) in getNode()
3546 if (N2CFP && N2CFP->getValueAPF().isZero()) in getNode()
3550 if (N2CFP && N2CFP->isZero()) in getNode()
3553 if (N2CFP && N2CFP->isExactlyValue(1.0)) in getNode()
3785 if (N2CFP) { in getNode()
3786 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()
3941 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2); in getNode() local
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2967 ConstantFPSDNode *N2CFP = dyn_cast<ConstantFPSDNode>(N2.getNode()); in getNode() local
2969 if (!N2CFP && isCommutativeBinOp(Opcode)) { in getNode()
2971 std::swap(N1CFP, N2CFP); in getNode()
2973 } else if (N2CFP && VT != MVT::ppcf128) { in getNode()
2974 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()