Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8337 bool AllowNewConst = (Level < AfterLegalizeDAG); in visitFADD() local
8353 if (AllowNewConst && N0.getOpcode() == ISD::FNEG && N0.getOperand(0) == N1) in visitFADD()
8357 if (AllowNewConst && N1.getOpcode() == ISD::FNEG && N1.getOperand(0) == N0) in visitFADD()
8406 if (N0.getOpcode() == ISD::FADD && AllowNewConst) { in visitFADD()
8416 if (N1.getOpcode() == ISD::FADD && AllowNewConst) { in visitFADD()
8427 if (AllowNewConst && in visitFADD()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10776 bool AllowNewConst = (Level < AfterLegalizeDAG); in visitFADD() local
10779 if ((Options.UnsafeFPMath || Flags.hasNoNaNs()) && AllowNewConst) { in visitFADD()
10794 AllowNewConst) { in visitFADD()