Home
last modified time | relevance | path

Searched defs:isSignBit (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h374 bool isSignBit() const { return isMinSignedValue(); } in isSignBit() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h400 bool isSignBit() const { return isMinSignedValue(); } in isSignBit() function
/external/llvm/include/llvm/ADT/
DAPInt.h396 bool isSignBit() const { return isMinSignedValue(); } in isSignBit() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp119 static bool isBranchOnSignBitCheck(ICmpInst &I, bool isSignBit) { in isBranchOnSignBitCheck()
3243 bool isSignBit = false; in visitICmpInst() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1840 bool isSignBit = false; in visitICmpInst() local