Home
last modified time | relevance | path

Searched refs:RHSUObjs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2761 SmallVector<const Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local
2763 getUnderlyingObjects(RHS, RHSUObjs); in computePointerICmp()
2777 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()
2778 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()