Searched defs:getDest (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h145 Value *getDest() const { return getRawDest()->stripPointerCasts(); } function in class:llvm::MemIntrinsic
310 Value *getDest() const { return const_cast<Value*>(getArgOperand(0)); } function in class:llvm::VACopyInst
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h630 LiveRange *getDest() const { return LR; } function in class:llvm::LiveRange::LiveRangeUpdater

Completed in 58 milliseconds