Searched refs:IndexSizeInBits (Results 1 – 4 of 4) sorted by relevance
354 unsigned IndexSizeInBits = in requiresSignExtension() local356 return cast<IntegerType>(Index->getType())->getBitWidth() < IndexSizeInBits; in requiresSignExtension()
2358 unsigned IndexSizeInBits = DL.getIndexTypeSizeInBits(PtrTy); in canonicalizeGEPOfConstGEPI8() local2361 if (C1->getBitWidth() != IndexSizeInBits || in canonicalizeGEPOfConstGEPI8()2362 C2->getBitWidth() != IndexSizeInBits) in canonicalizeGEPOfConstGEPI8()2367 APInt TypeSize(IndexSizeInBits, DL.getTypeAllocSize(BaseType)); in canonicalizeGEPOfConstGEPI8()
1342 unsigned IndexSizeInBits = DL.getIndexSize(AS) * 8; in verifyPreISelGenericInstruction() local1343 if (OffsetTy.getScalarSizeInBits() != IndexSizeInBits) { in verifyPreISelGenericInstruction()
4176 unsigned IndexSizeInBits = DL.getIndexSize(AS) * 8; in getVectorElementPointer() local4177 LLT IdxTy = MRI.getType(Index).changeElementSize(IndexSizeInBits); in getVectorElementPointer()