Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h275 bool isScatterStore() const { return Flags & IsScatterStore; } in isScatterStore() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp9434 else if (TypeFlags.isScatterStore()) in EmitAArch64SVEBuiltinExpr()