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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
AbstractCallSite.h 154 unsigned getNumArgOperands() const {
156 return CB->getNumArgOperands();
InstrTypes.h 1339 unsigned getNumArgOperands() const { return arg_size(); }
1342 assert(i < getNumArgOperands() && "Out of bounds!");
1347 assert(i < getNumArgOperands() && "Out of bounds!");
1353 assert(i < getNumArgOperands() && "Out of bounds!");
1357 assert(i < getNumArgOperands() && "Out of bounds!");
1508 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1516 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1544 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1552 assert(ArgNo < getNumArgOperands() && "Out of bounds");
1568 assert(ArgNo < getNumArgOperands() && "Out of bounds")
    [all...]

Completed in 26 milliseconds