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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h2545 SDValue BuildUDIV(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp307 SDValue BuildUDIV(SDNode *N);
2106 SDValue Op = BuildUDIV(N);
11428 /// BuildUDIV - Given an ISD::UDIV node expressing a divide by constant,
11432 SDValue DAGCombiner::BuildUDIV(SDNode *N) { function in class:DAGCombiner
11443 TLI.BuildUDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built);
H A DTargetLowering.cpp2705 SDValue TargetLowering::BuildUDIV(SDNode *N, const APInt &Divisor, function in class:TargetLowering

Completed in 209 milliseconds