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()
3328 TRY_TO(TraverseStmt(C->getSimdlen()));
776 Expr *getSimdlen() const { return getStmtAs<Expr>(); } in getSimdlen() function
2399 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()2713 this->EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in EmitOMPSimdDirective()
11089 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
368 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
10065 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
10305 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
7133 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()