Searched defs:getSimplifiedValue (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } function in struct:llvm::simplify_type
45 static RetType getSimplifiedValue(const From& Val) { function in struct:llvm::simplify_type
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
114 simplify_type<const From>::getSimplifiedValue(Val));
194 simplify_type<From>::getSimplifiedValue(Val));
/external/llvm/include/llvm/IR/
H A DUse.h161 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
165 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
H A DValueHandle.h168 static SimpleType getSimplifiedValue(WeakVH &WVH) { function in struct:llvm::simplify_type
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h270 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
277 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
H A Dilist.h277 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
284 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
/external/llvm/unittests/Support/
H A DCasting.cpp71 static SimpleType getSimplifiedValue(foo &Val) { return 0; } function in struct:llvm::simplify_type
/external/clang/include/clang/AST/
H A DCanonicalType.h355 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) { function in struct:llvm::simplify_type
H A DType.h1002 static SimpleType getSimplifiedValue(::clang::QualType Val) { function in struct:llvm::simplify_type
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1026 getSimplifiedValue(clang::ento::CallEventRef<T> Val) { function in struct:llvm::simplify_type
/external/clang/include/clang/Analysis/
H A DCFG.h995 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) { function in struct:clang::llvm::simplify_type
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h231 static SimpleType getSimplifiedValue(SDValue &Val) { function in struct:llvm::simplify_type
237 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
330 static SimpleType getSimplifiedValue(SDUse &Val) { function in struct:llvm::simplify_type

Completed in 454 milliseconds