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

Definitions

include/llvm/ADT/IntrusiveRefCntPtr.h
  254   static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {
include/llvm/ADT/ilist_iterator.h
  190   static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
include/llvm/CodeGen/SelectionDAGNodes.h
  241   static SimpleType getSimplifiedValue(SDValue &Val) {
  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
  148   static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
  154   static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
  162   static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
  170   static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
include/llvm/IR/Use.h
  168   static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
  173   static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
include/llvm/IR/User.h
  320   static SimpleType getSimplifiedValue(User::op_iterator &Val) {
  327   static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
include/llvm/IR/ValueHandle.h
  166   static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
  171   static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
  211   static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }
  216   static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
include/llvm/Support/Casting.h
   47   static RetType getSimplifiedValue(const From& Val) {
tools/clang/include/clang/AST/CanonicalType.h
  370   static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
tools/clang/include/clang/AST/Type.h
 1268   static SimpleType getSimplifiedValue(::clang::QualType Val) {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
 1284   getSimplifiedValue(clang::ento::CallEventRef<T> Val) {
tools/polly/include/polly/Support/ScopHelper.h
  288   static SimpleType getSimplifiedValue(polly::MemAccInst &I) {
unittests/Support/Casting.cpp
  344   static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) {
  350   static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) {