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

  /external/swiftshader/third_party/LLVM/include/llvm/
IntrinsicInst.h 124 Value *getRawDest() const { return const_cast<Value*>(getArgOperand(0)); }
143 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
146 /// getDest - This is just like getRawDest, but it strips off any cast
149 Value *getDest() const { return getRawDest()->stripPointerCasts(); }
154 assert(getRawDest()->getType() == Ptr->getType() &&
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 143 Value *getRawDest() const { return const_cast<Value*>(getArgOperand(0)); }
167 return cast<PointerType>(getRawDest()->getType())->getAddressSpace();
170 /// This is just like getRawDest, but it strips off any cast
173 Value *getDest() const { return getRawDest()->stripPointerCasts(); }
177 assert(getRawDest()->getType() == Ptr->getType() &&

Completed in 117 milliseconds