ΒΆllvm::LegalityPredicate typePairInSet(
    unsigned int TypeIdx0,
    unsigned int TypeIdx1,
    std::initializer_list<std::pair<LLT, LLT>>
        TypesInit)

Description

True iff the given types for the given pair of type indexes is one of the specified type pairs.

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

Parameters

unsigned int TypeIdx0
unsigned int TypeIdx1
std::initializer_list<std::pair<LLT, LLT>> TypesInit