Home
last modified time | relevance | path

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

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