Searched refs:getSimplifiedValue (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/IR/
H A DTrackingMDRef.h144 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } function in struct:llvm::simplify_type
149 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { function in struct:llvm::simplify_type
156 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
163 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
H A DUse.h160 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
164 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
H A DUser.h258 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
264 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
H A DValueHandle.h170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } function in struct:llvm::simplify_type
174 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; } function in struct:llvm::simplify_type
H A DMetadata.h644 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
649 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
H A DDebugInfoMetadata.h232 static SimpleType getSimplifiedValue(const TypedDINodeRef<T> &MD) {
/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/unittests/Support/
H A DCasting.cpp71 static SimpleType getSimplifiedValue(foo &Val) { return 0; } function in struct:llvm::simplify_type
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { function in struct:llvm::simplify_type
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { function in struct:llvm::simplify_type
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
H A Dilist.h326 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
333 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) { 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.h1085 static SimpleType getSimplifiedValue(::clang::QualType Val) { function in struct:llvm::simplify_type
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h214 static SimpleType getSimplifiedValue(SDValue &Val) { function in struct:llvm::simplify_type
220 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
313 static SimpleType getSimplifiedValue(SDUse &Val) { function in struct:llvm::simplify_type
/external/clang/include/clang/Analysis/
H A DCFG.h993 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) { function in struct:clang::llvm::simplify_type
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1085 getSimplifiedValue(clang::ento::CallEventRef<T> Val) { function in struct:llvm::simplify_type

Completed in 229 milliseconds