Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17632 bool CFP00 = DAG.isConstantFPBuildVectorOrConstantFP(N0.getOperand(0)); in visitFADD() local
17636 if (CFP01 && !CFP00 && N0.getOperand(0) == N1) { in visitFADD()
17643 if (CFP01 && !CFP00 && N1.getOpcode() == ISD::FADD && in visitFADD()
17674 bool CFP00 = DAG.isConstantFPBuildVectorOrConstantFP(N0.getOperand(0)); in visitFADD() local
17676 if (!CFP00 && N0.getOperand(0) == N0.getOperand(1) && in visitFADD()