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