Searched refs:VLENVal (Results 1 – 1 of 1) sorted by relevance
11092 const llvm::APSInt &VLENVal, in emitX86DeclareSimdFunction() argument11131 if (!VLENVal) { in emitX86DeclareSimdFunction()11136 Out << VLENVal; in emitX86DeclareSimdFunction()11536 llvm::APSInt VLENVal; in emitDeclareSimdFunction() local11540 VLENVal = VLENExpr->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()11545 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()11547 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()