ΒΆtemplate <typename Predicate, typename... Args>
Predicate any(Predicate P0,
              Predicate P1,
              Args... args)

Description

True iff any given predicates are true.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h:248

Templates

Predicate
Args

Parameters

Predicate P0
Predicate P1
Args... args