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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Statepoint.h 80 IDPos = 0,
90 return cast<ConstantInt>(getArgOperand(IDPos))->getZExtValue();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackMaps.h 38 enum { IDPos, NBytesPos };
47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); }
79 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd };
101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); }
166 enum { IDPos, NBytesPos, NCallArgsPos, CallTargetPos, MetaEnd };
178 unsigned getIDPos() const { return NumDefs + IDPos; }
204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); }

Completed in 19 milliseconds