reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/IntrusiveRefCntPtr.h
  262   static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
include/llvm/ADT/ilist_iterator.h
  190   static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
include/llvm/CodeGen/SelectionDAGNodes.h
  248   static SimpleType getSimplifiedValue(const SDValue &Val) {
include/llvm/IR/Metadata.h
  762   static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
include/llvm/IR/TrackingMDRef.h
  154   static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
  170   static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
include/llvm/IR/Use.h
  173   static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
include/llvm/IR/ValueHandle.h
  171   static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
  216   static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
include/llvm/Support/Casting.h
   47   static RetType getSimplifiedValue(const From& Val) {
unittests/Support/Casting.cpp
  350   static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) {