Home
last modified time | relevance | path

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

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