Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h491 SDValue ExpandIntOp_Shift(SDNode *N);
H A DLegalizeIntegerTypes.cpp4721 case ISD::ROTR: Res = ExpandIntOp_Shift(N); break; in ExpandIntegerOperand()
4982 SDValue DAGTypeLegalizer::ExpandIntOp_Shift(SDNode *N) { in ExpandIntOp_Shift() function in DAGTypeLegalizer