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

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp864 const GEPOperator *InnermostGEP = GEP; local
896 InnermostGEP = GEP;
972 if (std::optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex())
973 if (SrcElemTy == InnermostGEP->getSourceElementType() &&
977 if (NewIdxs[I] != InnermostGEP->getOperand(I + 1))

Completed in 89 milliseconds