Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h358 SDValue PromoteIntRes_SRL(SDNode *N);
H A DLegalizeIntegerTypes.cpp115 case ISD::VP_SRL: Res = PromoteIntRes_SRL(N); break; in PromoteIntegerResult()
1502 SDValue DAGTypeLegalizer::PromoteIntRes_SRL(SDNode *N) { in PromoteIntRes_SRL() function in DAGTypeLegalizer