Searched defs:RHS (Results 1 - 25 of 136) sorted by relevance

123456

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-DenseMapInfo.h47 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } argument
61 static bool isEqual(const char* const &LHS, const char* const &RHS) { argument
71 static bool isEqual(const char &LHS, const char &RHS) { argument
81 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { argument
93 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) { argument
105 isEqual(const unsigned long long& LHS, const unsigned long long& RHS) argument
116 isEqual(const int& LHS, const int& RHS) argument
130 isEqual(const long& LHS, const long& RHS) argument
142 isEqual(const long long& LHS, const long long& RHS) argument
176 isEqual(const Pair &LHS, const Pair &RHS) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDenseMapInfo.h47 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } argument
55 static bool isEqual(const char &LHS, const char &RHS) { argument
65 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { argument
77 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) { argument
89 isEqual(const unsigned long long& LHS, const unsigned long long& RHS) argument
100 isEqual(const int& LHS, const int& RHS) argument
114 isEqual(const long& LHS, const long& RHS) argument
126 isEqual(const long long& LHS, const long long& RHS) argument
160 isEqual(const Pair &LHS, const Pair &RHS) argument
[all...]
H A DSparseBitVector.h437 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) argument
[all...]
H A DOwningPtr.h67 void swap(OwningPtr &RHS) { argument
120 void swap(OwningArrayPtr &RHS) { argument
H A DArrayRef.h287 inline bool operator==(ArrayRef<T> LHS, ArrayRef<T> RHS) { argument
292 inline bool operator!=(ArrayRef<T> LHS, ArrayRef<T> RHS) { argument
H A DPackedVector.h138 const PackedVector &operator=(const PackedVector &RHS) { argument
143 PackedVector &operator|=(const PackedVector &RHS) { argument
148 void swap(PackedVector &RHS) { argument
[all...]
H A DPointerUnion.h162 const PointerUnion &operator=(const PT1 &RHS) { argument
168 const PointerUnion &operator=(const PT2 &RHS) { argument
295 const PointerUnion3 &operator=(const PT1 &RHS) { argument
299 const PointerUnion3 &operator=(const PT2 &RHS) { argument
303 const PointerUnion3 &operator=(const PT3 &RHS) { argument
404 operator =(const PT1 &RHS) argument
408 operator =(const PT2 &RHS) argument
412 operator =(const PT3 &RHS) argument
416 operator =(const PT4 &RHS) argument
[all...]
H A DSmallString.h38 SmallString(const SmallString &RHS) : SmallVector<char, InternalLen>(RHS) {} argument
60 void assign(StringRef RHS) { argument
66 void assign(const SmallVectorImpl<char> &RHS) { argument
87 void append(StringRef RHS) { argument
92 append(const SmallVectorImpl<char> &RHS) argument
283 operator =(StringRef RHS) argument
288 operator +=(StringRef RHS) argument
[all...]
H A DTinyPtrVector.h41 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) { argument
45 TinyPtrVector &operator=(const TinyPtrVector &RHS) { argument
74 TinyPtrVector(TinyPtrVector &&RHS) argument
77 operator =(TinyPtrVector &&RHS) argument
[all...]
H A DAPSInt.h36 APSInt &operator=(const APSInt &RHS) { argument
42 APSInt &operator=(const APInt &RHS) { argument
48 APSInt &operator=(uint64_t RHS) { argument
89 const APSInt &operator%=(const APSInt &RHS) { argument
97 operator /=(const APSInt &RHS) argument
180 operator +=(const APSInt& RHS) argument
185 operator -=(const APSInt& RHS) argument
190 operator *=(const APSInt& RHS) argument
195 operator &=(const APSInt& RHS) argument
200 operator |=(const APSInt& RHS) argument
205 operator ^=(const APSInt& RHS) argument
[all...]
H A DBitVector.h89 BitVector(const BitVector &RHS) : Size(RHS.size()) { argument
102 BitVector(BitVector &&RHS) argument
[all...]
H A DDenseSet.h51 void swap(DenseSet& RHS) { argument
55 DenseSet &operator=(const DenseSet &RHS) { argument
H A DEquivalenceClasses.h93 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1), argument
118 EquivalenceClasses(const EquivalenceClasses &RHS) { argument
122 const EquivalenceClasses &operator=(const EquivalenceClasses &RHS) { argument
[all...]
H A DSmallPtrSet.h287 operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) { argument
293 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { argument
303 swap(llvm::SmallPtrSet<T, N> &LHS, llvm::SmallPtrSet<T, N> &RHS) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDebugLoc.h108 static bool isEqual(DebugLoc LHS, DebugLoc RHS) { return LHS == RHS; } argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DValueMapper.h52 static inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DDeltaAlgorithm.cpp32 changeset_ty LHS, RHS; local
H A DTargetRegistry.cpp138 static int TargetArraySortFn(const void *LHS, const void *RHS) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DUse.cpp23 void Use::swap(Use &RHS) { argument
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DDenseMapTest.cpp301 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { argument
304 static bool isEqual(const char* LHS, const unsigned& RHS) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPHITransAddr.cpp265 Constant *RHS = cast<ConstantInt>(Inst->getOperand(1)); local
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DIntegersSubsetTest.cpp186 TestDiff( const unsigned_ranges LHS, unsigned LSize, const unsigned_ranges RHS, unsigned RSize, const unsigned_ranges ExcludeRes, unsigned ExcludeResSize, const unsigned_ranges IntersectRes, unsigned IntersectResSize ) argument
257 unsigned_ranges RHS = { { 3, 14 } }; local
266 unsigned_ranges RHS = { { 0, 4 }, { 13, 17 } }; local
275 unsigned_ranges RHS = { { 1, 5 }, { 10, 12 }, { 15, 16 } }; local
285 unsigned_ranges RHS = { { 0, 5 } }; local
294 unsigned_ranges RHS = { { 7, 8 } }; local
303 unsigned_ranges RHS = { { 1, 4 } }; local
312 unsigned_ranges RHS = { { 0, 5 }, { 6, 9 } }; local
321 unsigned_ranges RHS = { { 4, 4 } }; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DDAGISelEmitter.cpp80 bool operator()(const PatternToMatch *LHS, const PatternToMatch *RHS) { argument

Completed in 317 milliseconds

123456