HomeSort by: relevance | last modified time | path
    Searched defs:RHSs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SearchableTableEmitter.cpp 272 std::string RHSs = primaryRepresentation(Index.Loc, Field, RHSI);
276 RHSs = StringRef(RHSs).upper();
279 int comp = LHSs.compare(RHSs);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1204 SmallVector<const Expr *, 4> RHSs;
1215 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end());
1229 auto *IRHS = RHSs.begin();
3394 SmallVector<const Expr *, 4> RHSs;
3402 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end());
3419 auto &&CodeGen = [&S, OMPScanNumIterations, &LHSs, &RHSs, &CopyArrayElems,
3460 auto *IRHS = RHSs.begin();
3490 CGF, S.getEndLoc(), Privates, LHSs, RHSs, ReductionOps,
4316 SmallVector<const Expr *, 4> RHSs;
4324 RHSs.append(C->rhs_exprs().begin(), C->rhs_exprs().end())
    [all...]

Completed in 28 milliseconds