ΒΆtemplate <typename Predicate>
Predicate all(Predicate P0, Predicate P1)
template <typename Predicate>
Predicate all(Predicate P0, Predicate P1)
Description
True iff P0 and P1 are true.
Declared at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h:193
Templates
- Predicate
Parameters
- Predicate P0
- Predicate P1