Searched refs:IdxType (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 747 auto *IdxType = Type::getInt32Ty(T->getContext()); in unpackLoadToAggregate() local 748 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() 754 ConstantInt::get(IdxType, i), in unpackLoadToAggregate() 792 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackLoadToAggregate() local 793 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate() 800 ConstantInt::get(IdxType, i), in unpackLoadToAggregate() 1275 auto *IdxType = Type::getInt32Ty(ST->getContext()); in unpackStoreToAggregate() local 1276 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate() 1280 ConstantInt::get(IdxType, i), in unpackStoreToAggregate() 1319 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackStoreToAggregate() local [all …]
|
| D | InstructionCombining.cpp | 2580 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst() local 2581 Value *Idx[2] = {Constant::getNullValue(IdxType), GEP.getOperand(1)}; in visitGetElementPtrInst()
|