Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp859 const GEPOperator *InnermostGEP = GEP; in SymbolicallyEvaluateGEP() local
910 InnermostGEP = GEP; in SymbolicallyEvaluateGEP()
1021 if (Optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()
1022 if (SrcElemTy == InnermostGEP->getSourceElementType() && in SymbolicallyEvaluateGEP()
1026 if (NewIdxs[I] != InnermostGEP->getOperand(I + 1)) in SymbolicallyEvaluateGEP()