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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp802 EVT ShiftAmtTy = Op.getValueType(); local
803 if (TLO.LegalTypes() && !ShiftAmtTy.isVector())
804 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy);
806 SDValue ShiftAmt = TLO.DAG.getConstant(BitWidth - ShAmt, ShiftAmtTy);

Completed in 315 milliseconds