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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12136 bool N1CFP = isConstantFPBuildVectorOrConstantFP(N1); local
12148 if (N0CFP && N1CFP)
12152 if (N0CFP && !N1CFP)
12220 if (N1CFP && N0.getOpcode() == ISD::FADD &&
12229 if (TLI.isOperationLegalOrCustom(ISD::FMUL, VT) && !N0CFP && !N1CFP) {
12315 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, true); local
12327 if (N0CFP && N1CFP)
12334 if (N1CFP && N1CFP->isZero()) {
12335 if (!N1CFP
12407 ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, true); local
12542 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
12739 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
12843 ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1); local
12891 bool N1CFP = isConstantFPBuildVectorOrConstantFP(N1); local
13452 const ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1); local
[all...]
H A DSelectionDAG.cpp2073 auto *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
2076 if (N1CFP && N2CFP) {
2077 APFloat::cmpResult R = N1CFP->getValueAPF().compare(N2CFP->getValueAPF());
2132 } else if (N1CFP && OpVT.isSimple() && !N2.isUndef()) {
5073 auto *N1CFP = dyn_cast<ConstantFPSDNode>(N1.getNode());
5075 if (N1CFP && N2CFP) {
5076 APFloat C1 = N1CFP->getValueAPF(), C2 = N2CFP->getValueAPF();
5099 if (N1CFP && Opcode == ISD::FP_ROUND) {
5100 APFloat C1 = N1CFP->getValueAPF(); // make copy
5129 ConstantFPSDNode *N1CFP
[all...]

Completed in 111 milliseconds