HomeSort by relevance Sort by last modified time
    Searched refs:EqualSlowCase (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 204 bool EqualSlowCase(const APInt& RHS) const;
207 bool EqualSlowCase(uint64_t Val) const;
869 return EqualSlowCase(RHS);
879 return EqualSlowCase(Val);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 487 bool APInt::EqualSlowCase(const APInt& RHS) const {
507 bool APInt::EqualSlowCase(uint64_t Val) const {
    [all...]

Completed in 304 milliseconds