Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A 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) {
H A DUse.h118 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
123 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
H A 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) {
H A DUser.h325 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
332 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
H A DMetadata.h830 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }
836 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCasting.h38 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));
129 doit(simplify_type<const From>::getSimplifiedValue(Val));
207 doit(simplify_type<From>::getSimplifiedValue(const_cast<From &>(Val)));
511 simplify_type<From>::getSimplifiedValue(f));
515 return SimplifiedSelf::doCast(simplify_type<From>::getSimplifiedValue(f));
524 simplify_type<From>::getSimplifiedValue(f));
658 simplify_type<T>::getSimplifiedValue(const_cast<T &>(t)));
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAssumptionCache.h257 static SimpleType getSimplifiedValue(AssumptionCache::ResultElem &Val) {
264 static SimpleType getSimplifiedValue(const AssumptionCache::ResultElem &Val) {
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h289 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {
297 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
H A Dilist_iterator.h189 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCasting.cpp75 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
433 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
439 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h336 static SimpleType getSimplifiedValue(polly::MemAccInst &I) {
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h372 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
H A DType.h1388 static SimpleType getSimplifiedValue(::clang::QualType Val) {
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h260 static SimpleType getSimplifiedValue(SDValue &Val) {
267 static SimpleType getSimplifiedValue(const SDValue &Val) {
363 static SimpleType getSimplifiedValue(SDUse &Val) {
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1383 getSimplifiedValue(clang::ento::CallEventRef<T> Val) {
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp465 Optional<Constant *> getSimplifiedValue(Instruction *I) { in getSimplifiedValue() function in __anon9893a50b0111::CallAnalyzer
1276 auto C = ICCA->getSimplifiedValue(const_cast<Instruction *>(I)); in emitInstructionAnnot()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1482 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {