Searched defs:IsEven (Results 1 – 3 of 3) sorted by relevance
30 struct IsEven { struct38 using FilterView = std::ranges::filter_view<View, IsEven>; in test() argument
361 auto IsEven = [](int N) { return N % 2 == 0; }; in TEST() local
2855 optimizeSymmetricCall(CallInst * CI,bool IsEven,IRBuilderBase & B) optimizeSymmetricCall() argument