Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp7407 std::optional<llvm::APSInt> NeonTypeConst = in EmitCommonNeonBuiltinExpr() local
7409 if (!NeonTypeConst) in EmitCommonNeonBuiltinExpr()
7413 NeonTypeFlags Type(NeonTypeConst->getZExtValue()); in EmitCommonNeonBuiltinExpr()