Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2100 SmallVector<Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local
2102 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
2129 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()
2130 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()