Home
last modified time | relevance | path

Searched refs:PointerSumType (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/ADT/
DPointerSumType.h62 template <typename TagT, typename... MemberTs> class PointerSumType {
68 PointerSumType() : Value(0) {} in PointerSumType() function
72 static PointerSumType
74 PointerSumType Result; in create()
98 bool operator==(const PointerSumType &R) const { return Value == R.Value; }
99 bool operator!=(const PointerSumType &R) const { return Value != R.Value; }
100 bool operator<(const PointerSumType &R) const { return Value < R.Value; }
101 bool operator>(const PointerSumType &R) const { return Value > R.Value; }
102 bool operator<=(const PointerSumType &R) const { return Value <= R.Value; }
103 bool operator>=(const PointerSumType &R) const { return Value >= R.Value; }
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h70 template <typename TagT, typename... MemberTs> class PointerSumType {
96 constexpr PointerSumType() = default;
109 static PointerSumType
111 PointerSumType Result; in create()
142 return const_cast<PointerSumType *>(this)->getAddrOfZeroTagPointer(); in getAddrOfZeroTagPointer()
169 bool operator==(const PointerSumType &R) const {
172 bool operator!=(const PointerSumType &R) const {
175 bool operator<(const PointerSumType &R) const {
178 bool operator>(const PointerSumType &R) const {
181 bool operator<=(const PointerSumType &R) const {
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DPointerSumType.h70 template <typename TagT, typename... MemberTs> class PointerSumType {
96 constexpr PointerSumType() = default;
109 static PointerSumType
111 PointerSumType Result; in create()
142 return const_cast<PointerSumType *>(this)->getAddrOfZeroTagPointer(); in getAddrOfZeroTagPointer()
169 bool operator==(const PointerSumType &R) const {
172 bool operator!=(const PointerSumType &R) const {
175 bool operator<(const PointerSumType &R) const {
178 bool operator>(const PointerSumType &R) const {
181 bool operator<=(const PointerSumType &R) const {
[all …]
/external/llvm-project/llvm/unittests/ADT/
DPointerSumTypeTest.cpp20 typedef PointerSumType<Kinds, PointerSumTypeMember<Float, float *>,
/external/llvm/unittests/ADT/
DPointerSumTypeTest.cpp21 typedef PointerSumType<Kinds, PointerSumTypeMember<Float, float *>,
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h108 typedef PointerSumType<
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h117 using ValueTy = PointerSumType<
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h117 using ValueTy = PointerSumType<
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h238 PointerSumType<ExtraInfoInlineKinds,
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h243 PointerSumType<ExtraInfoInlineKinds,