Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6329 llvm::APSInt VLENVal, in emitX86DeclareSimdFunction() argument
6368 if (!VLENVal) { in emitX86DeclareSimdFunction()
6372 Out << VLENVal; in emitX86DeclareSimdFunction()
6479 llvm::APSInt VLENVal; in emitDeclareSimdFunction() local
6481 VLENVal = VLEN->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
6485 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()