Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6440 Optional<llvm::APSInt> NeonTypeConst = in EmitCommonNeonBuiltinExpr() local
6442 if (!NeonTypeConst) in EmitCommonNeonBuiltinExpr()
6446 NeonTypeFlags Type(NeonTypeConst->getZExtValue()); in EmitCommonNeonBuiltinExpr()