Home
last modified time | relevance | path

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

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