Searched refs:LHSUObjs (Results 1 – 1 of 1) sorted by relevance
2073 SmallVector<Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local2074 GetUnderlyingObjects(LHS, LHSUObjs, DL); in computePointerICmp()2107 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2108 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()