Searched refs:Off2 (Results 1 – 2 of 2) sorted by relevance
412 int Off2 = getOffset(S2); in areAdjacent() local414 return (Off1 >= 0) ? Off1 + S1MO.getSize().getValue() == unsigned(Off2) in areAdjacent()415 : int(Off1 + S1MO.getSize().getValue()) == Off2; in areAdjacent()
2182 APInt Off2(DL.getIndexTypeSizeInBits(AddrDiscriminator->getType()), 0); in isKnownCompatibleWith() local2184 DL, Off2, /*AllowNonInbounds=*/true); in isKnownCompatibleWith()2186 return Base1 == Base2 && Off1 == Off2; in isKnownCompatibleWith()