Searched refs:accumulateGEPOffset (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 140 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-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 275 bool accumulateGEPOffset(GEPOperator &GEP, APInt &Offset); 674 bool CallAnalyzer::accumulateGEPOffset(GEPOperator &GEP, APInt &Offset) { in accumulateGEPOffset() function in CallAnalyzer 857 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) in canFoldInboundsGEP() 1839 if (!GEP->isInBounds() || !accumulateGEPOffset(*GEP, Offset)) in stripAndComputeInBoundsConstantOffsets()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InlineCost.cpp | 332 bool accumulateGEPOffset(GEPOperator &GEP, APInt &Offset); 809 bool CallAnalyzer::accumulateGEPOffset(GEPOperator &GEP, APInt &Offset) { in accumulateGEPOffset() function in CallAnalyzer 1006 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) in canFoldInboundsGEP() 2012 if (!GEP->isInBounds() || !accumulateGEPOffset(*GEP, Offset)) in stripAndComputeInBoundsConstantOffsets()
|