Searched refs:BaseAndOffset (Results 1 – 1 of 1) sorted by relevance
1345 if (!C && !BaseAndOffset.first) in visitPHI()1376 FirstBaseAndOffset = BaseAndOffset; in visitPHI()1402 std::pair<Value *, APInt> BaseAndOffset = in canFoldInboundsGEP() local1404 if (!BaseAndOffset.first) in canFoldInboundsGEP()1413 ConstantOffsetPtrs[&I] = BaseAndOffset; in canFoldInboundsGEP()1482 std::pair<Value *, APInt> BaseAndOffset = in visitBitCast() local1485 if (BaseAndOffset.first) in visitBitCast()1486 ConstantOffsetPtrs[&I] = BaseAndOffset; in visitBitCast()1510 if (BaseAndOffset.first) in visitPtrToInt()1541 if (BaseAndOffset.first) in visitIntToPtr()[all …]