Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1594 SDValue BuildExactSDIV(SDValue Op1, SDValue Op2, DebugLoc dl,
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2787 static SDValue BuildExactSDIV(const TargetLowering &TLI, SDValue Op1, APInt d, in BuildExactSDIV() function
2846 return BuildExactSDIV(*this, N->getOperand(0), Divisor, dl, DAG, *Created); in BuildSDIV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3422 static SDValue BuildExactSDIV(const TargetLowering &TLI, SDValue Op1, APInt d, in BuildExactSDIV() function
3479 return BuildExactSDIV(*this, N->getOperand(0), Divisor, dl, DAG, Created); in BuildSDIV()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3217 SDValue TargetLowering::BuildExactSDIV(SDValue Op1, SDValue Op2, DebugLoc dl, in BuildExactSDIV() function in TargetLowering
DSelectionDAGBuilder.cpp2600 setValue(&I, TLI.BuildExactSDIV(Op1, Op2, getCurDebugLoc(), DAG)); in visitSDiv()