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.h561 std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) { in actionForCartesianProduct() argument
565 typeInSet(typeIdx(2), Types2)))); in actionForCartesianProduct()
644 std::initializer_list<LLT> Types2) { in legalForCartesianProduct() argument
646 Types2); in legalForCartesianProduct()
722 std::initializer_list<LLT> Types2) { in lowerForCartesianProduct() argument
725 Types2); in lowerForCartesianProduct()
871 std::initializer_list<LLT> Types2) { in customForCartesianProduct() argument
873 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...>;