Searched refs:BaseAndOffset (Results 1 – 3 of 3) sorted by relevance
1655 std::pair<Value *, APInt> BaseAndOffset = {nullptr, ZeroOffset}; in visitPHI() local1657 BaseAndOffset = ConstantOffsetPtrs.lookup(V); in visitPHI()1659 if (!C && !BaseAndOffset.first) in visitPHI()1676 if (FirstBaseAndOffset == BaseAndOffset) in visitPHI()1690 FirstBaseAndOffset = BaseAndOffset; in visitPHI()1716 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local1718 if (!BaseAndOffset.first) in canFoldInboundsGEP()1723 if (!accumulateGEPOffset(cast<GEPOperator>(I), BaseAndOffset.second)) in canFoldInboundsGEP()1727 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()1873 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local[all …]
29 Pointer::Pointer(Block *Pointee, uint64_t BaseAndOffset) in Pointer() argument30 : Pointer(Pointee, BaseAndOffset, BaseAndOffset) {} in Pointer()
103 Pointer(Block *B, uint64_t BaseAndOffset);