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