Searched refs:IsNAC (Results 1 – 1 of 1) sorted by relevance
2477 auto IsNAC = [](ArrayRef<const Value *> Objects) { in computePointerICmp() local2501 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2502 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()