Home
last modified time | relevance | path

Searched refs:RHSUObjs (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp2271 SmallVector<Value *, 8> LHSUObjs, RHSUObjs; in computePointerICmp() local
2273 GetUnderlyingObjects(RHS, RHSUObjs, DL); in computePointerICmp()
2300 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()
2301 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()