Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h55 const Node *getDest() const { return Dest; }; in getDest() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h980 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() function
1462 Value *getDest() const { return const_cast<Value *>(getArgOperand(0)); } in getDest() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h981 LiveRange *getDest() const { return LR; } in getDest() function