Searched refs:BaseAndOffset (Results 1 – 1 of 1) sorted by relevance
1123 std::pair<Value *, APInt> BaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() local1125 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() local1186 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 …]