Home
last modified time | relevance | path

Searched refs:typePairInSet (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp32 LegalityPredicate LegalityPredicates::typePairInSet( in typePairInSet() function in LegalityPredicates
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h199 typePairInSet(unsigned TypeIdx0, unsigned TypeIdx1,
346 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types)); in actionFor()
355 return actionIf(Action, typePairInSet(typeIdx(0), typeIdx(1), Types), in actionFor()