Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17653 bool CFP10 = DAG.isConstantFPBuildVectorOrConstantFP(N1.getOperand(0)); in visitFADD() local
17657 if (CFP11 && !CFP10 && N1.getOperand(0) == N0) { in visitFADD()
17664 if (CFP11 && !CFP10 && N0.getOpcode() == ISD::FADD && in visitFADD()
17684 bool CFP10 = DAG.isConstantFPBuildVectorOrConstantFP(N1.getOperand(0)); in visitFADD() local
17686 if (!CFP10 && N1.getOperand(0) == N1.getOperand(1) && in visitFADD()