Searched refs:RHSUObjs (Results 1 – 1 of 1) sorted by relevance
2761 SmallVector<const Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local2763 getUnderlyingObjects(RHS, RHSUObjs); in computePointerICmp()2777 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2778 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()