Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp682 auto *IdxType = Type::getInt32Ty(T->getContext()); in unpackLoadToAggregate() local
683 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate()
689 ConstantInt::get(IdxType, i), in unpackLoadToAggregate()
733 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackLoadToAggregate() local
734 auto *Zero = ConstantInt::get(IdxType, 0); in unpackLoadToAggregate()
741 ConstantInt::get(IdxType, i), in unpackLoadToAggregate()
1217 auto *IdxType = Type::getInt32Ty(ST->getContext()); in unpackStoreToAggregate() local
1218 auto *Zero = ConstantInt::get(IdxType, 0); in unpackStoreToAggregate()
1222 ConstantInt::get(IdxType, i), in unpackStoreToAggregate()
1265 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackStoreToAggregate() local
[all …]
DInstructionCombining.cpp2085 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst() local
2086 Value *Idx[2] = { Constant::getNullValue(IdxType), GEP.getOperand(1) }; in visitGetElementPtrInst()