Searched refs:PromoteIntOp_Shift (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h369 SDValue PromoteIntOp_Shift(SDNode *N);
H A DLegalizeIntegerTypes.cpp1395 case ISD::ROTR: Res = PromoteIntOp_Shift(N); break;
1657 SDValue DAGTypeLegalizer::PromoteIntOp_Shift(SDNode *N) { function in class:DAGTypeLegalizer

Completed in 67 milliseconds