Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h334 SDValue PromoteIntRes_SHL(SDNode *N);
H A DLegalizeIntegerTypes.cpp85 case ISD::SHL: Res = PromoteIntRes_SHL(N); break; in PromoteIntegerResult()
743 SDValue DAGTypeLegalizer::PromoteIntRes_SHL(SDNode *N) { in PromoteIntRes_SHL() function in DAGTypeLegalizer