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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DTrackingMDRef.h148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } function in struct:llvm::simplify_type
154 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { function in struct:llvm::simplify_type
162 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
170 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) { function in struct:llvm::simplify_type
H A DUse.h119 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
124 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); } function in struct:llvm::simplify_type
H A DValueHandle.h170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } function in struct:llvm::simplify_type
175 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; } function in struct:llvm::simplify_type
234 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; } function in struct:llvm::simplify_type
239 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) { function in struct:llvm::simplify_type
H A DUser.h325 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
332 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
H A DMetadata.h763 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
769 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); } function in struct:llvm::simplify_type
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h255 static SimpleType getSimplifiedValue(AssumptionCache::ResultElem &Val) { function in struct:llvm::AssumptionCache::simplify_type
262 static SimpleType getSimplifiedValue(const AssumptionCache::ResultElem &Val) { function in struct:llvm::AssumptionCache::simplify_type
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h254 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) { function in struct:llvm::simplify_type
262 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) { function in struct:llvm::simplify_type
H A Dilist_iterator.h189 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; } function in struct:llvm::simplify_type
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } function in struct:llvm::simplify_type
47 static RetType getSimplifiedValue(const From& Val) { function in struct:llvm::simplify_type
48 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
123 simplify_type<const From>::getSimplifiedValue(Val));
226 simplify_type<From>::getSimplifiedValue(Val));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h372 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) { function in struct:llvm::simplify_type
H A DType.h1304 static SimpleType getSimplifiedValue(::clang::QualType Val) { function in struct:llvm::simplify_type
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h247 static SimpleType getSimplifiedValue(SDValue &Val) { function in struct:llvm::simplify_type
254 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
350 static SimpleType getSimplifiedValue(SDUse &Val) { function in struct:llvm::simplify_type
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1491 getSimplifiedValue(clang::ento::CallEventRef<T> Val) { function in struct:llvm::simplify_type
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp409 Optional<Constant*> getSimplifiedValue(Instruction *I) { function in class:__anon3360::CallAnalyzer
783 auto C = ICCA->getSimplifiedValue(const_cast<Instruction *>(I));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1464 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {

Completed in 237 milliseconds