Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11089 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction() local
11090 if (VLENExpr) { in emitDeclareSimdFunction()
11091 VLENVal = VLENExpr->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
11092 ExprLoc = VLENExpr->getExprLoc(); in emitDeclareSimdFunction()