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);
1466 if (!C && !BaseAndOffset.first) in visitPHI()1497 FirstBaseAndOffset = BaseAndOffset; in visitPHI()1523 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local1525 if (!BaseAndOffset.first) in canFoldInboundsGEP()1534 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()1627 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local1630 if (BaseAndOffset.first) in visitBitCast()1631 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()1653 if (BaseAndOffset.first) in visitPtrToInt()1682 if (BaseAndOffset.first) in visitIntToPtr()[all …]