Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h59 static constexpr bool isRef = std::is_reference_v<T>; variable
64 using storage_type = std::conditional_t<isRef, wrap, T>;
H A DError.h485 static constexpr bool isRef = std::is_reference_v<T>; variable
492 using storage_type = std::conditional_t<isRef, wrap, T>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h105 bool isRef() const { return Access & RefAccess; } in isRef() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2332 return !Pair.getPointer()->isRef(); in collectPromotionCandidates()