Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h584 std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) { in actionForCartesianProduct() argument
588 typeInSet(typeIdx(2), Types2)))); in actionForCartesianProduct()
684 std::initializer_list<LLT> Types2) { in legalForCartesianProduct() argument
686 Types2); in legalForCartesianProduct()
762 std::initializer_list<LLT> Types2) { in lowerForCartesianProduct() argument
765 Types2); in lowerForCartesianProduct()
933 std::initializer_list<LLT> Types2) { in customForCartesianProduct() argument
935 Types2); in customForCartesianProduct()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h127 template <typename... Types1, typename... Types2>
128 struct UnionOfTwo<std::variant<Types1...>, std::variant<Types2...>> {
129 using type = std::variant<Types1..., Types2...>;