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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DTrackingMDRef.h148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } function in struct:llvm::simplify_type
154 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { function in struct:llvm::simplify_type
162 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
170 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
H A DUse.h168 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
173 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
H A DValueHandle.h166 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } function in struct:llvm::simplify_type
171 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; } function in struct:llvm::simplify_type
230 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; } function in struct:llvm::simplify_type
235 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) { function in struct:llvm::simplify_type
H A DUser.h320 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
327 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
H A DMetadata.h765 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
771 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h254 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) { function in struct:llvm::simplify_type
262 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) { function in struct:llvm::simplify_type
H A Dilist_iterator.h190 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; } function in struct:llvm::simplify_type
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } function in struct:llvm::simplify_type
47 static RetType getSimplifiedValue(const From& Val) { function in struct:llvm::simplify_type
48 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
124 simplify_type<const From>::getSimplifiedValue(Val));
221 simplify_type<From>::getSimplifiedValue(Val));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h370 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) { function in struct:llvm::simplify_type
H A DType.h1282 static SimpleType getSimplifiedValue(::clang::QualType Val) { function in struct:llvm::simplify_type
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h246 static SimpleType getSimplifiedValue(SDValue &Val) { function in struct:llvm::simplify_type
253 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
349 static SimpleType getSimplifiedValue(SDUse &Val) { function in struct:llvm::simplify_type
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1284 getSimplifiedValue(clang::ento::CallEventRef<T> Val) { function in struct:llvm::simplify_type
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1465 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {

Completed in 414 milliseconds