Searched refs:getSimdlen (Results 1 – 11 of 11) sorted by relevance
90 if (auto *E = getSimdlen()) { in printPrettyPragma()
486 if (C->getSimdlen()) in VisitOMPSimdlenClause()487 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
1761 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
3258 TRY_TO(TraverseStmt(C->getSimdlen()));
776 Expr *getSimdlen() const { return getStmtAs<Expr>(); } in getSimdlen() function
2371 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()2686 this->EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in EmitOMPSimdDirective()
11061 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
363 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
9736 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
10460 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
6554 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()