Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp2591 SmallVector<const Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local
2593 getUnderlyingObjects(RHS, RHSUObjs); in computePointerICmp()
2620 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()
2621 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()