Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetBuiltins.h264 bool isScatterStore() const { return Flags & IsScatterStore; } in isScatterStore() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp9126 else if (TypeFlags.isScatterStore()) in EmitAArch64SVEBuiltinExpr()