Home
last modified time | relevance | path

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

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