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.cpp22379 unsigned OpScalarSize = Op.getScalarValueSizeInBits(); in performVectorShiftCombine() local
22382 assert(OpScalarSize > ShiftImm && "Invalid shift imm"); in performVectorShiftCombine()
22395 APInt ShiftedOutBits = APInt::getLowBitsSet(OpScalarSize, ShiftImm); in performVectorShiftCombine()