Searched refs:isSignBit (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp136 return RHS->getValue().isSignBit();
1078 if (!ICI.isEquality() && XorCST->getValue().isSignBit()) {
1369 if (CR.getLower().isSignBit()) {
1372 } else if (CR.getUpper().isSignBit()) {
1488 if (BOC->getValue().isSignBit()) {
1893 bool isSignBit = false; local
1953 isSignBit = isSignBitCheck(I.getPredicate(), CI, UnusedBit);
1963 DemandedBitsLHSMask(I, BitWidth, isSignBit),
2434 if (CI->getValue().isSignBit()) {
H A DInstCombineAddSub.cpp101 if (Val.isSignBit())
H A DInstCombineSimplifyDemanded.cpp644 if (DemandedMask.isSignBit())
H A DInstCombineAndOrXor.cpp2141 } else if (RHS->getValue().isSignBit()) {
/external/llvm/include/llvm/ADT/
H A DAPInt.h376 /// isSignBit - Return true if this is the value returned by getSignBit.
377 bool isSignBit() const { return isMinSignedValue(); } function in class:llvm::APInt
/external/llvm/include/llvm/Support/
H A DPatternMatch.h216 bool isValue(const APInt &C) { return C.isSignBit(); }
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp3694 if (CI->getValue().isSignBit())
3728 Trunc.isSignBit())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1887 if (C->getAPIntValue().isSignBit())

Completed in 6896 milliseconds