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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h2768 SDValue BuildUDIV(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2807 SDValue TargetLowering::BuildUDIV(SDNode *N, const APInt &Divisor, function in class:TargetLowering
H A DDAGCombiner.cpp354 SDValue BuildUDIV(SDNode *N);
2370 if (SDValue Op = BuildUDIV(N))
14276 SDValue DAGCombiner::BuildUDIV(SDNode *N) { function in class:DAGCombiner
14287 TLI.BuildUDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built);

Completed in 251 milliseconds