Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11092 const llvm::APSInt &VLENVal, in emitX86DeclareSimdFunction() argument
11131 if (!VLENVal) { in emitX86DeclareSimdFunction()
11136 Out << VLENVal; in emitX86DeclareSimdFunction()
11536 llvm::APSInt VLENVal; in emitDeclareSimdFunction() local
11540 VLENVal = VLENExpr->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
11545 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()
11547 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()