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

/external/llvm/include/llvm/ADT/
H A DAPInt.h396 bool isSignBit() const { return isMinSignedValue(); } function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h373 /// isSignBit - Return true if this is the value returned by getSignBit.
374 bool isSignBit() const { return isMinSignedValue(); } function in class:llvm::APInt
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h400 bool isSignBit() const { return isMinSignedValue(); } function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp135 return RHS->getValue().isSignBit();
1051 if (!ICI.isEquality() && XorCST->getValue().isSignBit()) {
1342 if (CR.getLower().isSignBit()) {
1345 } else if (CR.getUpper().isSignBit()) {
1461 if (BOC->getValue().isSignBit()) {
1840 bool isSignBit = false; local
1900 isSignBit = isSignBitCheck(I.getPredicate(), CI, UnusedBit);
1910 DemandedBitsLHSMask(I, BitWidth, isSignBit),
2381 if (CI->getValue().isSignBit()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp119 static bool isBranchOnSignBitCheck(ICmpInst &I, bool isSignBit) { argument
122 return isSignBit;
148 return RHS->getValue().isSignBit();
1604 if (!ICI.isEquality() && XorCst->getValue().isSignBit()) {
2161 if (CR.getLower().isSignBit()) {
2164 } else if (CR.getUpper().isSignBit()) {
2306 if (BOC->getValue().isSignBit()) {
3243 bool isSignBit = false; local
3329 isSignBit = isSignBitCheck(I.getPredicate(), CI, UnusedBit);
3359 if (!isBranchOnSignBitCheck(I, isSignBit)
[all...]

Completed in 628 milliseconds