Home
last modified time | relevance | path

Searched refs:PromoteIntRes_UDIV (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h263 SDValue PromoteIntRes_UDIV(SDNode *N);
DLegalizeIntegerTypes.cpp116 case ISD::UREM: Res = PromoteIntRes_UDIV(N); break; in PromoteIntegerResult()
756 SDValue DAGTypeLegalizer::PromoteIntRes_UDIV(SDNode *N) { in PromoteIntRes_UDIV() function in DAGTypeLegalizer