Searched refs:PointerSumType (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 62 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/ |
D | PointerSumType.h | 70 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/ |
D | PointerSumType.h | 70 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/ |
D | PointerSumTypeTest.cpp | 20 typedef PointerSumType<Kinds, PointerSumTypeMember<Float, float *>,
|
/external/llvm/unittests/ADT/ |
D | PointerSumTypeTest.cpp | 21 typedef PointerSumType<Kinds, PointerSumTypeMember<Float, float *>,
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 108 typedef PointerSumType<
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 117 using ValueTy = PointerSumType<
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 117 using ValueTy = PointerSumType<
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 238 PointerSumType<ExtraInfoInlineKinds,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 243 PointerSumType<ExtraInfoInlineKinds,
|