Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h251 SDValue PromoteIntRes_SDIV(SDNode *N);
DLegalizeIntegerTypes.cpp113 case ISD::SREM: Res = PromoteIntRes_SDIV(N); break; in PromoteIntegerResult()
531 SDValue DAGTypeLegalizer::PromoteIntRes_SDIV(SDNode *N) { in PromoteIntRes_SDIV() function in DAGTypeLegalizer