Searched refs:getSimdlen (Results 1 – 11 of 11) sorted by relevance
90 if (auto *E = getSimdlen()) { in printPrettyPragma()
490 if (C->getSimdlen()) in VisitOMPSimdlenClause()491 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
1856 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
3386 TRY_TO(TraverseStmt(C->getSimdlen()));
946 Expr *getSimdlen() const { return getStmtAs<Expr>(); } in getSimdlen() function
2447 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()2846 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitOMPSimdDirective()
11156 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
371 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
10500 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
10393 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
7813 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()