Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10643 const llvm::APSInt &VLENVal, in emitX86DeclareSimdFunction() argument
10682 if (!VLENVal) { in emitX86DeclareSimdFunction()
10687 Out << VLENVal; in emitX86DeclareSimdFunction()
11087 llvm::APSInt VLENVal; in emitDeclareSimdFunction() local
11091 VLENVal = VLENExpr->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
11096 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()
11098 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()