Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8163 bool N1CFP = isConstantFPBuildVectorOrConstantFP(N1); in visitFADD() local
8175 if (N0CFP && N1CFP) in visitFADD()
8179 if (N0CFP && !N1CFP) in visitFADD()
8206 if (N1CFP && N0.getOpcode() == ISD::FADD && N0.getNode()->hasOneUse() && in visitFADD()
8224 if (TLI.isOperationLegalOrCustom(ISD::FMUL, VT) && !N0CFP && !N1CFP) { in visitFADD()
8312 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1); in visitFSUB() local
8324 if (N0CFP && N1CFP) in visitFSUB()
8335 if (N1CFP && N1CFP->isZero()) in visitFSUB()
8377 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1); in visitFMUL() local
8391 if (N0CFP && N1CFP) in visitFMUL()
[all …]
DSelectionDAG.cpp3405 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in getNode() local
3413 } else if (N1CFP && !N2CFP) { in getNode()
3414 std::swap(N1CFP, N2CFP); in getNode()
3745 if (N1CFP) { in getNode()
3747 APFloat V1 = N1CFP->getValueAPF(), V2 = N2CFP->getValueAPF(); in getNode()
3787 APFloat V = N1CFP->getValueAPF(); // make copy in getNode()
3900 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); in getNode() local
3903 if (N1CFP && N2CFP && N3CFP) { in getNode()
3904 APFloat V1 = N1CFP->getValueAPF(); in getNode()