Home
last modified time | relevance | path

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

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