Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h282 SDValue PromoteIntRes_SRL(SDNode *N);
DLegalizeIntegerTypes.cpp87 case ISD::SRL: Res = PromoteIntRes_SRL(N); break; in PromoteIntegerResult()
676 SDValue DAGTypeLegalizer::PromoteIntRes_SRL(SDNode *N) { in PromoteIntRes_SRL() function in DAGTypeLegalizer