HomeSort by: relevance | last modified time | path
    Searched refs:lhsSext (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp 286 int64_t lhsSext = SignExtend64(U.VAL, BitWidth);
288 return lhsSext < rhsSext ? -1 : lhsSext > rhsSext;

Completed in 48 milliseconds