Home
last modified time | relevance | path

Searched refs:EqualSlowCase (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h212 bool EqualSlowCase(const APInt &RHS) const;
215 bool EqualSlowCase(uint64_t Val) const;
962 return EqualSlowCase(RHS);
974 return EqualSlowCase(Val);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h217 bool EqualSlowCase(const APInt &RHS) const LLVM_READONLY;
1154 return EqualSlowCase(RHS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp474 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt
478 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp271 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt