Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2077 auto IsAllocDisjoint = [](SmallVectorImpl<Value *> &Objects) { in computePointerICmp() local
2095 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()
2096 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()