Searched defs:GetUnderlyingObject (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DValueTracking.h245 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
247 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
250 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
253 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DValueTracking.h275 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
277 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
280 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
283 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DValueTracking.h275 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
277 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
280 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
283 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DValueTracking.h245 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
247 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
250 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
253 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DValueTracking.h275 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
277 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
280 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
283 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DValueTracking.h275 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
277 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
280 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
283 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DValueTracking.h284 Value *GetUnderlyingObject(Value *V, const DataLayout &DL,
286 static inline const Value *GetUnderlyingObject(const Value *V, function in namespace:llvm
289 return GetUnderlyingObject(const_cast<Value *>(V), DL, MaxLookup);
292 /// \brief This method is similar to GetUnderlyingObject except that it can

Completed in 292 milliseconds