Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12021 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
12022 if (C2 > ElemSizeInBits) in tryLowerToSLI()
12025 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
12026 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
12027 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()