Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DUtils.h150 StringRef getDest() { return DestDir; } in getDest() function
/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h55 const Node *getDest() const { return Dest; }; in getDest() function
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h939 Value *getDest() const { return getRawDest()->stripPointerCasts(); } getDest() function
1427 Value *getDest() const { return const_cast<Value *>(getArgOperand(0)); } getDest() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h981 LiveRange *getDest() const { return LR; } getDest() function