Searched refs:BaseAndOffset (Results 1 – 1 of 1) sorted by relevance
1433 if (!C && !BaseAndOffset.first) in visitPHI()1464 FirstBaseAndOffset = BaseAndOffset; in visitPHI()1490 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local1492 if (!BaseAndOffset.first) in canFoldInboundsGEP()1501 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()1580 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local1583 if (BaseAndOffset.first) in visitBitCast()1584 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()1606 if (BaseAndOffset.first) in visitPtrToInt()1635 if (BaseAndOffset.first) in visitIntToPtr()[all …]