Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h249 bool isStructLoad() const { return Flags & IsStructLoad; } in isStructLoad() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8994 else if (TypeFlags.isStructLoad()) in EmitAArch64SVEBuiltinExpr()