Searched refs:BaseAndOffset (Results 1 – 1 of 1) sorted by relevance
496 if (!C && !BaseAndOffset.first) in visitPHI()527 FirstBaseAndOffset = BaseAndOffset; in visitPHI()555 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local557 if (!BaseAndOffset.first) in canFoldInboundsGEP()566 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()628 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local631 if (BaseAndOffset.first) in visitBitCast()632 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()658 if (BaseAndOffset.first) in visitPtrToInt()690 if (BaseAndOffset.first) in visitIntToPtr()[all …]