Searched refs:SVTBits (Results 1 – 1 of 1) sorted by relevance
29421 unsigned SVTBits = SVT.getSizeInBits(); in convertShiftLeftToScale() local29426 if (getTargetConstantBitsFromNode(Amt, SVTBits, UndefElts, EltBits)) { in convertShiftLeftToScale()29427 APInt One(SVTBits, 1); in convertShiftLeftToScale()29430 if (UndefElts[I] || EltBits[I].uge(SVTBits)) in convertShiftLeftToScale()