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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp129 return RHS->getValue().isSignBit();
1108 if (!ICI.isEquality() && XorCst->getValue().isSignBit()) {
1587 if (CR.getLower().isSignBit()) {
1590 } else if (CR.getUpper().isSignBit()) {
1720 if (BOC->getValue().isSignBit()) {
2415 bool isSignBit = false; local
2475 isSignBit = isSignBitCheck(I.getPredicate(), CI, UnusedBit);
2485 DemandedBitsLHSMask(I, BitWidth, isSignBit),
3048 if (CI->getValue().isSignBit()) {
H A DInstCombineAddSub.cpp1038 if (Val.isSignBit())
1090 if (XorRHS->getValue().isSignBit())
H A DInstCombineSimplifyDemanded.cpp670 if (DemandedMask.isSignBit())
H A DInstCombineAndOrXor.cpp2322 } else if (RHS->getValue().isSignBit()) {
/external/llvm/include/llvm/ADT/
H A DAPInt.h397 bool isSignBit() const { return isMinSignedValue(); } function in class:llvm::APInt
/external/llvm/include/llvm/IR/
H A DPatternMatch.h269 bool isValue(const APInt &C) { return C.isSignBit(); }
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1134 if (C->getAPIntValue().isSignBit())
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp3843 if (CI->getValue().isSignBit())
3877 Trunc.isSignBit())
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19560 OpRHSConst->getAPIntValue().isSignBit())

Completed in 263 milliseconds