Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8593 if (char LHSNeg = isNegatibleForFree(N0, LegalOperations, TLI, &Options)) { in visitFMUL() local
8597 if (LHSNeg == 2 || RHSNeg == 2) in visitFMUL()
8868 if (char LHSNeg = isNegatibleForFree(N0, LegalOperations, TLI, &Options)) { in visitFDIV() local
8872 if (LHSNeg == 2 || RHSNeg == 2) in visitFDIV()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7869 SDValue LHSNeg = DAG.getSetCC(dl, BoolVT, LHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
7871 SDValue QuotNeg = DAG.getNode(ISD::XOR, dl, BoolVT, LHSNeg, RHSNeg); in expandFixedPointDiv()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7375 SDValue LHSNeg = DAG.getSetCC(dl, BoolVT, LHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
7377 SDValue QuotNeg = DAG.getNode(ISD::XOR, dl, BoolVT, LHSNeg, RHSNeg); in expandFixedPointDiv()
DDAGCombiner.cpp12384 if (char LHSNeg = in isCheaperToUseNegatedFPOps() local
12390 if (LHSNeg == 2 || RHSNeg == 2) in isCheaperToUseNegatedFPOps()