Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.h363 SDValue ExpandIntOp_Shift(SDNode *N);
HDLegalizeIntegerTypes.cpp2617 case ISD::ROTR: Res = ExpandIntOp_Shift(N); break; in ExpandIntegerOperand()
2799 SDValue DAGTypeLegalizer::ExpandIntOp_Shift(SDNode *N) { in ExpandIntOp_Shift() function in DAGTypeLegalizer