Searched refs:IRC (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp398 InductiveRangeCheck IRC; local
399 IRC.End = End;
400 IRC.Begin = IndexAddRec->getStart();
401 IRC.Step = IndexAddRec->getStepRecurrence(SE);
402 IRC.CheckUse = &ConditionUse;
403 Checks.push_back(IRC);
1920 for (InductiveRangeCheck &IRC : RangeChecks)
1921 IRC.print(OS);
1955 for (InductiveRangeCheck &IRC : RangeChecks) {
1956 auto Result = IRC
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm475 I am also usually active on IRC as 'autarch' on C<irc://irc.perl.org>.
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4823 auto *IRC = cast<OMPInReductionClause>(Clause);
4824 for (Expr *E : IRC->taskgroup_descriptors())
6189 if (auto *IRC = dyn_cast<OMPInReductionClause>(C)) {
6190 for (Expr *E : IRC->taskgroup_descriptors())

Completed in 361 milliseconds