Searched refs:Off2 (Results 1 – 2 of 2) sorted by relevance
293 int Off2 = S2->getOperand(1).getImm(); in storesAreAdjacent() local295 return (Off1 >= 0) ? Off1 + S1MO.getSize().getValue() == unsigned(Off2) in storesAreAdjacent()296 : int(Off1 + S1MO.getSize().getValue()) == Off2; in storesAreAdjacent()
2154 APInt Off2(DL.getIndexTypeSizeInBits(AddrDiscriminator->getType()), 0); in isKnownCompatibleWith() local2156 DL, Off2, /*AllowNonInbounds=*/true); in isKnownCompatibleWith()2158 return Base1 == Base2 && Off1 == Off2; in isKnownCompatibleWith()