Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2555 SmallVector<const Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local
2556 getUnderlyingObjects(LHS, LHSUObjs); in computePointerICmp()
2584 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()
2585 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()