HomeSort by relevance Sort by last modified time
    Searched refs:maxArgAttrs (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 491 unsigned maxArgAttrs = 0;
495 maxArgAttrs =
496 std::max(maxArgAttrs, unsigned(intrinsic.ArgumentAttributes.size()));
515 OS << " AttributeSet AS[" << maxArgAttrs+1 << "];\n";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
IntrinsicEmitter.cpp 521 unsigned maxArgAttrs = 0;
525 maxArgAttrs =
526 std::max(maxArgAttrs, unsigned(intrinsic.ArgumentAttributes.size()));
532 OS << " AttributeWithIndex AWI[" << maxArgAttrs+1 << "];\n";

Completed in 659 milliseconds