Searched refs:IdxType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 553 auto *IdxType = Type::getInt32Ty(T->getContext()); in unpackLoadToAggregate() local 554 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() 560 ConstantInt::get(IdxType, i), in unpackLoadToAggregate() 589 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackLoadToAggregate() local 590 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() 597 ConstantInt::get(IdxType, i), in unpackLoadToAggregate() 1058 auto *IdxType = Type::getInt32Ty(ST->getContext()); in unpackStoreToAggregate() local 1059 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() 1063 ConstantInt::get(IdxType, i), in unpackStoreToAggregate() 1096 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackStoreToAggregate() local [all …]
|
D | InstructionCombining.cpp | 1690 Type *IdxType = DL.getIntPtrType(GEP.getType()); in visitGetElementPtrInst() local 1691 Value *Idx[2] = { Constant::getNullValue(IdxType), GEP.getOperand(1) }; in visitGetElementPtrInst()
|