Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetBuiltins.h278 bool isGatherPrefetch() const { return Flags & IsGatherPrefetch; } in isGatherPrefetch() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp9130 else if (TypeFlags.isGatherPrefetch()) in EmitAArch64SVEBuiltinExpr()