Searched refs:RHSUObjs (Results 1 – 2 of 2) 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()
2271 SmallVector<Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local2273 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()2300 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2301 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()