Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp794 const GEPOperator *InnermostGEP = GEP; in SymbolicallyEvaluateGEP() local
847 InnermostGEP = GEP; in SymbolicallyEvaluateGEP()
958 if (Optional<unsigned> LastIRIndex = InnermostGEP->getInRangeIndex()) in SymbolicallyEvaluateGEP()
959 if (SrcElemTy == InnermostGEP->getSourceElementType() && in SymbolicallyEvaluateGEP()
963 if (NewIdxs[I] != InnermostGEP->getOperand(I + 1)) { in SymbolicallyEvaluateGEP()