Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DErrorOr.h59 static constexpr bool isRef = std::is_reference<T>::value; variable
64 using storage_type = std::conditional_t<isRef, wrap, T>;
H A DError.h474 static constexpr bool isRef = std::is_reference<T>::value; variable
481 using storage_type = std::conditional_t<isRef, wrap, T>;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h196 bool isRef() const { return Access & RefAccess; } in isRef() function
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst802 bit isRef = mrv.Value{1};
820 bit isRef = 1;
824 bit isRef = 0;
828 bit isRef = 1;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2314 return !Pair.getPointer()->isRef(); in collectPromotionCandidates()