reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1678   if (!CGF.HaveInsertPoint())
 1681     RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(),
 1684     CGF.LoopStack.setVectorizeWidth(Val->getZExtValue());
 1689       CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>());
 1691     RValue Len = CGF.EmitAnyExpr(C->getSafelen(), AggValueSlot::ignored(),
 1694     CGF.LoopStack.setVectorizeWidth(Val->getZExtValue());
 1698     CGF.LoopStack.setParallel(/*Enable=*/false);