Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:BuildUDIV

307     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) {
11443 TLI.BuildUDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built);