Home
last modified time | relevance | path

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

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