Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LHSTy

474     EVT getShiftAmountTy(EVT LHSTy) {
475 assert(LHSTy.isInteger() && "Shift amount is not an integer type!");
476 if (LHSTy.isVector())
477 return LHSTy;
479 return LegalTypes ? TLI.getScalarShiftAmountTy(DL, LHSTy)