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

  /external/llvm/include/llvm/ADT/
APInt.h 195 APInt OrSlowCase(const APInt& RHS) const;
716 return OrSlowCase(RHS);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 442 APInt APInt::OrSlowCase(const APInt& RHS) const {
    [all...]

Completed in 26 milliseconds