Searched refs:cmpNumbers (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 54 int FunctionComparator::cmpNumbers(uint64_t L, uint64_t R) const { in cmpNumbers() function in FunctionComparator 67 if (int Res = cmpNumbers(L.getBitWidth(), R.getBitWidth())) in cmpAPInts() 78 if (int Res = cmpNumbers(APFloat::semanticsPrecision(SL), in cmpAPFloats() 81 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats() 84 if (int Res = cmpNumbers(APFloat::semanticsMinExponent(SL), in cmpAPFloats() 87 if (int Res = cmpNumbers(APFloat::semanticsSizeInBits(SL), in cmpAPFloats() 95 if (int Res = cmpNumbers(L.size(), R.size())) in cmpMem() 105 if (int Res = cmpNumbers(L.getNumAttrSets(), R.getNumAttrSets())) in cmpAttrs() 118 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs() 127 return cmpNumbers((uint64_t)TyL, (uint64_t)TyR); in cmpAttrs() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 322 int cmpNumbers(uint64_t L, uint64_t R) const;
|