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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCasting.h35 static SimpleType &getSimplifiedValue(From &Val) { return Val; } function in struct:llvm::simplify_type
44 static RetType getSimplifiedValue(const From& Val) { function in struct:llvm::simplify_type
45 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
116 simplify_type<const From>::getSimplifiedValue(Val));
196 simplify_type<From>::getSimplifiedValue(Val));
H A DValueHandle.h168 static SimpleType getSimplifiedValue(WeakVH &WVH) { function in struct:llvm::simplify_type
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h229 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
236 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) { function in struct:llvm::simplify_type
H A Dilist.h277 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
284 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) { function in struct:llvm::simplify_type
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DUse.h154 static SimpleType getSimplifiedValue(Use &Val) { function in struct:llvm::simplify_type
160 static SimpleType getSimplifiedValue(const Use &Val) { function in struct:llvm::simplify_type
H A DUser.h186 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
192 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h199 static SimpleType getSimplifiedValue(SDValue &Val) { function in struct:llvm::simplify_type
205 static SimpleType getSimplifiedValue(const SDValue &Val) { function in struct:llvm::simplify_type
298 static SimpleType getSimplifiedValue(SDUse &Val) { function in struct:llvm::simplify_type
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h356 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) { function in struct:llvm::simplify_type
H A DType.h1003 static SimpleType getSimplifiedValue(::clang::QualType Val) { function in struct:llvm::simplify_type
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h848 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) { function in struct:clang::llvm::simplify_type
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1045 getSimplifiedValue(clang::ento::CallEventRef<T> Val) { function in struct:llvm::simplify_type

Completed in 294 milliseconds