Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp190 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType(); in runOnFunction() local
191 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy); in runOnFunction()