Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h267 bool isTupleSet() const { return Flags & IsTupleSet; } in isTupleSet() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8934 if (TypeFlags.isOverloadCvt() || TypeFlags.isTupleSet()) in getSVEOverloadTypes()