Home
last modified time | relevance | path

Searched refs:IdxType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp730 auto *IdxType = Type::getInt32Ty(T->getContext()); in unpackLoadToAggregate() local
731 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate()
737 ConstantInt::get(IdxType, i), in unpackLoadToAggregate()
775 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackLoadToAggregate() local
776 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate()
783 ConstantInt::get(IdxType, i), in unpackLoadToAggregate()
1258 auto *IdxType = Type::getInt32Ty(ST->getContext()); in unpackStoreToAggregate() local
1259 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate()
1263 ConstantInt::get(IdxType, i), in unpackStoreToAggregate()
1302 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackStoreToAggregate() local
[all …]