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