Searched refs:BaseAndOffset (Results 1 – 3 of 3) sorted by relevance
1540 if (!C && !BaseAndOffset.first) in visitPHI()1571 FirstBaseAndOffset = BaseAndOffset; in visitPHI()1597 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local1599 if (!BaseAndOffset.first) in canFoldInboundsGEP()1608 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()1701 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local1704 if (BaseAndOffset.first) in visitBitCast()1705 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()1727 if (BaseAndOffset.first) in visitPtrToInt()1756 if (BaseAndOffset.first) in visitIntToPtr()[all …]
24 Pointer::Pointer(Block *Pointee, unsigned BaseAndOffset) in Pointer() argument25 : Pointer(Pointee, BaseAndOffset, BaseAndOffset) {} in Pointer()
73 Pointer(Block *B, unsigned BaseAndOffset);