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

  /external/llvm/include/llvm/IR/
Statepoint.h 357 unsigned getBasePtrIndex() {
369 return *(CS.arg_begin() + getBasePtrIndex());
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 539 auto K = std::make_pair(ThisRelocate.getBasePtrIndex(),
589 assert(ThisRelocate.getBasePtrIndex() == MasterRelocate.getBasePtrIndex() &&
591 if (ThisRelocate.getBasePtrIndex() == ThisRelocate.getDerivedPtrIndex()) {
    [all...]

Completed in 109 milliseconds