Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1123 std::pair<Value *, APInt> BaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() local
1125 BaseAndOffset = ConstantOffsetPtrs.lookup(V); in visitPHI()
1127 if (!C && !BaseAndOffset.first) in visitPHI()
1144 if (FirstBaseAndOffset == BaseAndOffset) in visitPHI()
1158 FirstBaseAndOffset = BaseAndOffset; in visitPHI()
1184 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local
1186 if (!BaseAndOffset.first) in canFoldInboundsGEP()
1191 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) in canFoldInboundsGEP()
1195 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()
1264 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local
[all …]