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

12

/external/llvm/include/llvm/IR/
H A DTrackingMDRef.h139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } function in struct:llvm::simplify_type
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { function in struct:llvm::simplify_type
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
H A DUse.h152 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
156 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
H A DUser.h260 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
266 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.h703 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
708 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DTrackingMDRef.h139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } function in struct:llvm::simplify_type
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { function in struct:llvm::simplify_type
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
H A DUse.h144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
H A DUser.h273 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
279 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
H A DMetadata.h724 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
729 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCasting.h34 static SimpleType &getSimplifiedValue(From &Val) { return Val; } function in struct:llvm::simplify_type
39 static SimpleType &getSimplifiedValue(const From &Val) { function in struct:llvm::simplify_type
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
91 simplify_type<From>::getSimplifiedValue(Val));
170 simplify_type<From>::getSimplifiedValue(Val));
H A DValueHandle.h158 static SimpleType getSimplifiedValue(const WeakVH &WVH) { function in struct:llvm::simplify_type
234 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) { function in struct:llvm::simplify_type
343 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) { function in struct:llvm::simplify_type
399 static SimpleType getSimplifiedValue(const CallbackVH &CVH) { function in struct:llvm::simplify_type
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h218 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
225 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
H A DOptional.h55 static SimpleType getSimplifiedValue(const Optional<T> &Val) { function in struct:llvm::simplify_type
H A Dilist.h276 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
283 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
/external/swiftshader/third_party/LLVM/include/llvm/
H A DUse.h152 static SimpleType getSimplifiedValue(const Use &Val) { function in struct:llvm::simplify_type
158 static SimpleType getSimplifiedValue(const Use &Val) { function in struct:llvm::simplify_type
H A DUser.h147 static SimpleType getSimplifiedValue(const User::op_iterator &Val) {
158 static SimpleType getSimplifiedValue(const User::const_op_iterator &Val) {
/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/swiftshader/third_party/llvm-subzero/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));
193 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.h274 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
281 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h272 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
279 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
H A Dilist_iterator.h177 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; } function in struct:llvm::simplify_type
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h189 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
195 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
288 static SimpleType getSimplifiedValue(const SDUse &Val) { function in struct:llvm::simplify_type
294 static SimpleType getSimplifiedValue(const SDUse &Val) { function in struct:llvm::simplify_type
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h218 static SimpleType getSimplifiedValue(SDValue &Val) { function in struct:llvm::simplify_type
224 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
319 static SimpleType getSimplifiedValue(SDUse &Val) { function in struct:llvm::simplify_type

Completed in 558 milliseconds

12