Searched refs:VLENVal (Results 1 – 1 of 1) sorted by relevance
10643 const llvm::APSInt &VLENVal, in emitX86DeclareSimdFunction() argument10682 if (!VLENVal) { in emitX86DeclareSimdFunction()10687 Out << VLENVal; in emitX86DeclareSimdFunction()11087 llvm::APSInt VLENVal; in emitDeclareSimdFunction() local11091 VLENVal = VLENExpr->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()11096 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()11098 unsigned VLEN = VLENVal.getExtValue(); in emitDeclareSimdFunction()