Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h256 SDValue PromoteIntRes_SHL(SDNode *N);
DLegalizeIntegerTypes.cpp74 case ISD::SHL: Res = PromoteIntRes_SHL(N); break; in PromoteIntegerResult()
600 SDValue DAGTypeLegalizer::PromoteIntRes_SHL(SDNode *N) { in PromoteIntRes_SHL() function in DAGTypeLegalizer