Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29421 unsigned SVTBits = SVT.getSizeInBits(); in convertShiftLeftToScale() local
29426 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()