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.h993 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() function
1416 Value *getDest() const { return getArgOperand(0); } in getDest() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h987 LiveRange *getDest() const { return LR; } in getDest() function