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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp825 const GEPOperator *InnermostGEP = GEP; local
878 InnermostGEP = GEP;
989 if (Optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex())
990 if (SrcElemTy == InnermostGEP->getSourceElementType() &&
994 if (NewIdxs[I] != InnermostGEP->getOperand(I + 1))

Completed in 118 milliseconds