Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2808 auto IsNAC = [](ArrayRef<const Value *> Objects) { in computePointerICmp() local
2819 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()
2820 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()