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

  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 326 unsigned ArgNo = ArgCodes.size();
329 // Encode what sort of argument it must be in the low 2 bits of the ArgNo.
330 return Sig.push_back((ArgNo << 2) | Tmp);
591 unsigned argNo = intrinsic.ArgumentAttributes[ai].first;
609 } while (ai != ae && intrinsic.ArgumentAttributes[ai].first == argNo);
612 << argNo+1 << ", AttrVec);\n";
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 65 milliseconds