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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12135 bool N0CFP = isConstantFPBuildVectorOrConstantFP(N0); local
12148 if (N0CFP && N1CFP)
12152 if (N0CFP && !N1CFP)
12229 if (TLI.isOperationLegalOrCustom(ISD::FMUL, VT) && !N0CFP && !N1CFP) {
12314 ConstantFPSDNode *N0CFP = isConstOrConstSplatFP(N0, true); local
12327 if (N0CFP && N1CFP)
12352 if (N0CFP && N0CFP->isZero()) {
12353 if (N0CFP->isNegative() ||
12406 ConstantFPSDNode *N0CFP local
12541 ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(N0); local
12679 ConstantFPSDNode *N0CFP = isConstOrConstSplatFP(N0, /* AllowUndefs */ true); local
12738 ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(N0); local
12842 ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(N0); local
12890 bool N0CFP = isConstantFPBuildVectorOrConstantFP(N0); local
13227 ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(N0); local
13451 const ConstantFPSDNode *N0CFP = isConstOrConstSplatFP(N0); local
[all...]
H A DTargetLowering.cpp5661 if (ConstantFPSDNode *N0CFP =
5663 if (N0CFP->isZero())

Completed in 158 milliseconds