Searched refs:IsAllocDisjoint (Results 1 – 2 of 2) sorted by relevance
2115 auto IsAllocDisjoint = [](SmallVectorImpl<Value *> &Objects) { in computePointerICmp() local2129 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2130 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()
2286 auto IsAllocDisjoint = [](ArrayRef<Value *> Objects) { in computePointerICmp() local2300 if ((IsNAC(LHSUObjs) && IsAllocDisjoint(RHSUObjs)) || in computePointerICmp()2301 (IsNAC(RHSUObjs) && IsAllocDisjoint(LHSUObjs))) in computePointerICmp()