Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22382 unsigned OpScalarSize = Op.getScalarValueSizeInBits(); in performVectorShiftCombine() local
22385 assert(OpScalarSize > ShiftImm && "Invalid shift imm"); in performVectorShiftCombine()
22398 APInt ShiftedOutBits = APInt::getLowBitsSet(OpScalarSize, ShiftImm); in performVectorShiftCombine()