Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h351 SDValue PromoteIntRes_SHL(SDNode *N);
H A DLegalizeIntegerTypes.cpp109 case ISD::VP_SHL: Res = PromoteIntRes_SHL(N); break; in PromoteIntegerResult()
1396 SDValue DAGTypeLegalizer::PromoteIntRes_SHL(SDNode *N) { in PromoteIntRes_SHL() function in DAGTypeLegalizer