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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h246 SDValue PromoteIntRes_SDIV(SDNode *N);
H A DLegalizeIntegerTypes.cpp110 case ISD::SREM: Res = PromoteIntRes_SDIV(N); break;
475 SDValue DAGTypeLegalizer::PromoteIntRes_SDIV(SDNode *N) { function in class:DAGTypeLegalizer

Completed in 64 milliseconds