Home
last modified time | relevance | path

Searched defs:getDest (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h164 StringRef getDest() { return DestDir; } in getDest() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h612 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() function
1082 Value *getDest() const { return const_cast<Value *>(getArgOperand(0)); } in getDest() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h55 const Node *getDest() const { return Dest; }; in getDest() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h968 LiveRange *getDest() const { return LR; } in getDest() function