Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h377 SDValue PromoteIntOp_Shift(SDNode *N);
H A DLegalizeIntegerTypes.cpp1527 case ISD::ROTR: Res = PromoteIntOp_Shift(N); break; in PromoteIntegerOperand()
1794 SDValue DAGTypeLegalizer::PromoteIntOp_Shift(SDNode *N) { in PromoteIntOp_Shift() function in DAGTypeLegalizer