Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h338 SDValue PromoteIntRes_SHL(SDNode *N);
H A DLegalizeIntegerTypes.cpp95 case ISD::VP_SHL: Res = PromoteIntRes_SHL(N); break; in PromoteIntegerResult()
1203 SDValue DAGTypeLegalizer::PromoteIntRes_SHL(SDNode *N) { in PromoteIntRes_SHL() function in DAGTypeLegalizer