Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h202 bool EqualSlowCase(const APInt& RHS) const;
205 bool EqualSlowCase(uint64_t Val) const;
850 return EqualSlowCase(RHS);
860 return EqualSlowCase(Val);
/external/llvm/include/llvm/ADT/
DAPInt.h208 bool EqualSlowCase(const APInt &RHS) const;
211 bool EqualSlowCase(uint64_t Val) const;
986 return EqualSlowCase(RHS);
998 return EqualSlowCase(Val);
/external/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);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h217 bool EqualSlowCase(const APInt &RHS) const LLVM_READONLY;
1127 return EqualSlowCase(RHS);
/external/llvm/lib/Support/
DAPInt.cpp511 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt
515 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp502 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt
522 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp489 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt
493 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp270 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt