Searched refs:LHSUObjs (Results 1 – 1 of 1) sorted by relevance
2803 SmallVector<const Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local2804 getUnderlyingObjects(LHS, LHSUObjs); in computePointerICmp()2819 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2820 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()