Searched defs:BuildUDIV (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3302 SDValue TargetLowering::BuildUDIV(SDNode *N, SelectionDAG &DAG, function in class:TargetLowering
H A DDAGCombiner.cpp241 SDValue BuildUDIV(SDNode *N);
1867 SDValue Op = BuildUDIV(N);
7735 SDValue DAGCombiner::BuildUDIV(SDNode *N) { function in class:DAGCombiner
7737 SDValue S = TLI.BuildUDIV(N, DAG, &Built);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2895 SDValue TargetLowering::BuildUDIV(SDNode *N, const APInt &Divisor, function in class:TargetLowering
H A DDAGCombiner.cpp358 SDValue BuildUDIV(SDNode *N);
2365 if (SDValue Op = BuildUDIV(N))
14500 SDValue DAGCombiner::BuildUDIV(SDNode *N) { function in class:DAGCombiner
14516 TLI.BuildUDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built);

Completed in 706 milliseconds