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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp144 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType(); local
145 if (I1ElTy->isSized())
146 I1Size = LocationSize::precise(DL.getTypeStoreSize(I1ElTy));

Completed in 98 milliseconds