Home
last modified time | relevance | path

Searched refs:lhsSext (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp286 int64_t lhsSext = SignExtend64(U.VAL, BitWidth); in compareSigned() local
288 return lhsSext < rhsSext ? -1 : lhsSext > rhsSext; in compareSigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp521 int64_t lhsSext = SignExtend64(VAL, BitWidth); in slt() local
523 return lhsSext < rhsSext; in slt()