Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DVectorUtils.cpp104 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand() local
114 if (DL.getTypeAllocSize(*GEPTI) != GEPAllocSize) in getGEPInductionOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp106 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand() local
116 if (DL.getTypeAllocSize(GEPTI.getIndexedType()) != GEPAllocSize) in getGEPInductionOperand()