Searched refs:PermVal (Results 1 – 1 of 1) sorted by relevance
16584 llvm::APSInt PermVal; in ActOnOpenMPPermutationClause() local16586 PermExpr, &PermVal, AllowFoldKind::Allow); in ActOnOpenMPPermutationClause()16591 if (IsValid && (PermVal < 1 || NumLoops < PermVal)) { in ActOnOpenMPPermutationClause()