Searched refs:RHSUObjs (Results 1 – 1 of 1) sorted by relevance
2100 SmallVector<Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local2102 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()2129 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2130 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()