Searched defs:I2ElTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp196 Type *I2ElTy =cast<PointerType>((*I2)->getType())->getElementType(); local
197 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);

Completed in 94 milliseconds