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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h2542 SDValue BuildSDIV(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp306 SDValue BuildSDIV(SDNode *N);
2054 SDValue Op = BuildSDIV(N);
11410 SDValue DAGCombiner::BuildSDIV(SDNode *N) { function in class:DAGCombiner
11421 TLI.BuildSDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built);
H A DTargetLowering.cpp2646 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, function in class:TargetLowering

Completed in 102 milliseconds