Searched refs:predNot (Results 1 – 2 of 2) sorted by relevance
779 predNot(UseOutlineAtomics))) in AArch64LegalizerInfo()780 .customIf(all(typeIs(0, s128), predNot(UseOutlineAtomics))) in AArch64LegalizerInfo()793 predNot(UseOutlineAtomics))) in AArch64LegalizerInfo()
228 template <typename Predicate> Predicate predNot(Predicate P) { in predNot() function