Home
last modified time | relevance | path

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

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