Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp879 EVT ShiftAmtTy = Op.getValueType(); in SimplifyDemandedBits() local
880 if (TLO.LegalTypes() && !ShiftAmtTy.isVector()) in SimplifyDemandedBits()
881 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits()
884 ShiftAmtTy); in SimplifyDemandedBits()