Home
last modified time | relevance | path

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

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