Home
last modified time | relevance | path

Searched defs: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
733 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackLoadToAggregate() local
1217 auto *IdxType = Type::getInt32Ty(ST->getContext()); in unpackStoreToAggregate() local
1265 auto *IdxType = Type::getInt64Ty(T->getContext()); in unpackStoreToAggregate() local
DInstructionCombining.cpp2085 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst() local