Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp11607 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction() local
11608 if (VLENExpr) { in emitDeclareSimdFunction()
11609 VLENVal = VLENExpr->EvaluateKnownConstInt(C); in emitDeclareSimdFunction()
11610 ExprLoc = VLENExpr->getExprLoc(); in emitDeclareSimdFunction()