Searched refs:isRef (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h59 static const bool isRef = std::is_reference<T>::value; member in class:llvm::ErrorOr
64 using storage_type = typename std::conditional<isRef, wrap, T>::type;
H A DError.h437 static const bool isRef = std::is_reference<T>::value; member in class:llvm::Expected
444 using storage_type = typename std::conditional<isRef, wrap, T>::type;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h208 bool isRef() const { return Access & RefAccess; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1219 if (AS.isRef() || !AS.isMustAlias())

Completed in 83 milliseconds