Home
last modified time | relevance | path

Searched refs:getSimplifiedValue (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/include/llvm/IR/
DTrackingMDRef.h139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
DUse.h152 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
156 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
DUser.h260 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
266 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DTrackingMDRef.h139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
DUse.h144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
DUser.h273 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
279 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
/external/llvm-project/llvm/include/llvm/IR/
DTrackingMDRef.h148 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) {
DUse.h119 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
124 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
DValueHandle.h170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
175 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
234 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }
239 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
DUser.h325 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
332 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DTrackingMDRef.h148 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) {
DUse.h168 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
173 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
DValueHandle.h166 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
171 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
230 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }
235 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
DUser.h320 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
327 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
/external/llvm/include/llvm/Support/
DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
114 simplify_type<const From>::getSimplifiedValue(Val));
194 simplify_type<From>::getSimplifiedValue(Val));
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
114 simplify_type<const From>::getSimplifiedValue(Val));
193 simplify_type<From>::getSimplifiedValue(Val));
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCasting.h37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
47 static RetType getSimplifiedValue(const From& Val) {
48 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
124 simplify_type<const From>::getSimplifiedValue(Val));
221 simplify_type<From>::getSimplifiedValue(Val));
/external/llvm-project/llvm/include/llvm/Support/
DCasting.h37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
47 static RetType getSimplifiedValue(const From& Val) {
48 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
123 simplify_type<const From>::getSimplifiedValue(Val));
226 simplify_type<From>::getSimplifiedValue(Val));
/external/llvm-project/llvm/include/llvm/Analysis/
DAssumptionCache.h255 static SimpleType getSimplifiedValue(AssumptionCache::ResultElem &Val) {
262 static SimpleType getSimplifiedValue(const AssumptionCache::ResultElem &Val) {
/external/llvm/unittests/Support/
DCasting.cpp71 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h254 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {
262 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h272 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
279 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
/external/llvm-project/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h287 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {
295 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
/external/llvm-project/llvm/unittests/Support/
DCasting.cpp82 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
344 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
350 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function

12