Searched refs:AllTrue (Results 1 – 3 of 3) sorted by relevance
31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable34 using AllConvertible = AllTrue<std::is_convertible<Froms, To>::value...>;
2291 RValue<Bool> AllTrue(const RValue<Int4> &bools);
4455 RValue<Bool> AllTrue(const RValue<Int4> &bools) in AllTrue() function