Home
last modified time | relevance | path

Searched refs:isSignBit (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp139 return RHS->getValue().isSignBit(); in isSignBitCheck()
1279 if (!ICI.isEquality() && XorCst->getValue().isSignBit()) { in visitICmpInstWithInstAndIntCst()
1816 if (CR.getLower().isSignBit()) { in visitICmpInstWithInstAndIntCst()
1819 } else if (CR.getUpper().isSignBit()) { in visitICmpInstWithInstAndIntCst()
1949 if (BOC->getValue().isSignBit()) { in visitICmpInstWithInstAndIntCst()
2830 bool isSignBit = false; in visitICmpInst() local
2927 isSignBit = isSignBitCheck(I.getPredicate(), CI, UnusedBit); in visitICmpInst()
2937 DemandedBitsLHSMask(I, BitWidth, isSignBit), in visitICmpInst()
3555 if (CI->getValue().isSignBit()) { in visitICmpInst()
DInstCombineAddSub.cpp1068 if (Val.isSignBit()) in visitAdd()
1120 if (XorRHS->getValue().isSignBit()) in visitAdd()
DInstCombineSimplifyDemanded.cpp628 if (DemandedMask.isSignBit()) in SimplifyDemandedUseBits()
DInstCombineAndOrXor.cpp2723 } else if (RHS->getValue().isSignBit()) { in visitXor()
/external/llvm/include/llvm/ADT/
DAPInt.h396 bool isSignBit() const { return isMinSignedValue(); } in isSignBit() function
/external/llvm/include/llvm/IR/
DPatternMatch.h258 bool isValue(const APInt &C) { return C.isSignBit(); } in isValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1186 if (C->getAPIntValue().isSignBit()) in ValueHasExactlyOneBitSet()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4643 if (CI->getValue().isSignBit()) in createSCEV()
4677 Trunc.isSignBit()) in createSCEV()
DInstructionSimplify.cpp2806 if (CIVal->isSignBit() && *CI2Val == 1) { in SimplifyICmpInst()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24314 OpRHSConst->getAPIntValue().isSignBit()) in PerformSELECTCombine()