Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetBuiltins.h263 bool isGatherLoad() const { return Flags & IsGatherLoad; } in isGatherLoad() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp9124 else if (TypeFlags.isGatherLoad()) in EmitAArch64SVEBuiltinExpr()