Searched refs:ElemSizeInBits (Results 1 – 1 of 1) sorted by relevance
12021 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local12022 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()