Searched refs:BaseAndOffset (Results 1 – 3 of 3) sorted by relevance
19 Pointer::Pointer(Block *Pointee, unsigned BaseAndOffset) in Pointer() argument20 : Pointer(Pointee, BaseAndOffset, BaseAndOffset) {} in Pointer()
69 Pointer(Block *B, unsigned BaseAndOffset);
1462 std::pair<Value *, APInt> BaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() local1464 BaseAndOffset = ConstantOffsetPtrs.lookup(V); in visitPHI()1466 if (!C && !BaseAndOffset.first) in visitPHI()1483 if (FirstBaseAndOffset == BaseAndOffset) in visitPHI()1497 FirstBaseAndOffset = BaseAndOffset; in visitPHI()1523 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local1525 if (!BaseAndOffset.first) in canFoldInboundsGEP()1530 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) in canFoldInboundsGEP()1534 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()1627 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local[all …]