Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp195 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType(); in runOnFunction() local
196 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy); in runOnFunction()