Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp140 bool accumulateGEPOffset(GEPOperator &GEP, APInt &Offset);
306 bool CallAnalyzer::accumulateGEPOffset(GEPOperator &GEP, APInt &Offset) { in accumulateGEPOffset() function in CallAnalyzer
397 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) { in visitGetElementPtr()
1167 if (!GEP->isInBounds() || !accumulateGEPOffset(*GEP, Offset)) in stripAndComputeInBoundsConstantOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp196 bool accumulateGEPOffset(GEPOperator &GEP, APInt &Offset);
376 bool CallAnalyzer::accumulateGEPOffset(GEPOperator &GEP, APInt &Offset) { in accumulateGEPOffset() function in CallAnalyzer
559 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) in canFoldInboundsGEP()
1635 if (!GEP->isInBounds() || !accumulateGEPOffset(*GEP, Offset)) in stripAndComputeInBoundsConstantOffsets()