Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h2765 SDValue BuildSDIV(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2743 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, in BuildSDIV() function in TargetLowering
DDAGCombiner.cpp352 SDValue BuildSDIV(SDNode *N);
2306 if (SDValue Op = BuildSDIV(N)) in visitSDIV()
14235 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
14246 TLI.BuildSDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built); in BuildSDIV()