Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h389 bool isScatterStore() const { return Flags & IsScatterStore; } in isScatterStore() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp4528 else if (TypeFlags.isScatterStore()) in EmitAArch64SVEBuiltinExpr()