Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h2723 SDValue BuildSDIV(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp2724 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, in BuildSDIV() function in TargetLowering
HDDAGCombiner.cpp342 SDValue BuildSDIV(SDNode *N);
2233 SDValue Op = BuildSDIV(N); in visitSDIV()
13610 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
13621 TLI.BuildSDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built); in BuildSDIV()