Searched refs:IdxType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 654 auto *IdxType = Type::getInt32Ty(T->getContext()); in unpackLoadToAggregate() local 655 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() 661 ConstantInt::get(IdxType, i), in unpackLoadToAggregate() 699 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackLoadToAggregate() local 700 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() 707 ConstantInt::get(IdxType, i), in unpackLoadToAggregate() 1180 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() 1184 ConstantInt::get(IdxType, i), in unpackStoreToAggregate() 1223 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackStoreToAggregate() local 1224 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() [all …]
|
| H A D | InstructionCombining.cpp | 2567 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst() local 2568 Value *Idx[2] = {Constant::getNullValue(IdxType), GEP.getOperand(1)}; in visitGetElementPtrInst()
|