Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10759 bool N1IsFMul = isFMulNegTwo(N1); in visitFADD() local
10760 SDValue AddOp = N1IsFMul ? N1.getOperand(0) : N0.getOperand(0); in visitFADD()
10762 return DAG.getNode(ISD::FSUB, DL, VT, N1IsFMul ? N0 : N1, Add, Flags); in visitFADD()