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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp150 Type *I2ElTy = cast<PointerType>((*I2)->getType())->getElementType(); local
151 if (I2ElTy->isSized())
152 I2Size = LocationSize::precise(DL.getTypeStoreSize(I2ElTy));

Completed in 40 milliseconds