Home
last modified time | relevance | path

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

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