Home
last modified time | relevance | path

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

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