Home
last modified time | relevance | path

Searched refs:isMaxSignedValue (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp92 if (SMax.isMaxSignedValue()) in makeAllowedICmpRegion()
104 if (SMin.isMaxSignedValue()) in makeAllowedICmpRegion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp188 if (to.isMaxSignedValue() && !newRanges.isEmpty() && in Negate()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h220 return Val.isMaxSignedValue(); in isMaxValue()
H A DPatternMatch.h314 bool isValue(const APInt &C) { return C.isMaxSignedValue(); } in isValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp91 return RHS.isMaxSignedValue(); in isSignBitCheck()
1510 if (!Cmp.isEquality() && XorC->isMaxSignedValue()) { in foldICmpXorConstant()
2062 if (!C.isMaxSignedValue() && !(C + 1).shl(ShAmtVal).isMinSignedValue() && in foldICmpShrConstant()
3373 if (BO0->getOpcode() == Instruction::Xor && C->isMaxSignedValue()) { in foldICmpBinOp()
4846 if (Pred == ICmpInst::ICMP_UGT && C->isMaxSignedValue()) { in visitICmpInst()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h427 bool isMaxSignedValue() const { in isMaxSignedValue() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp8927 assert(!RA.isMaxSignedValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()
8948 if (!getSignedRangeMax(RHS).isMaxSignedValue()) { in SimplifyICmpOperands()
8966 } else if (!getSignedRangeMax(LHS).isMaxSignedValue()) { in SimplifyICmpOperands()
H A DValueTracking.cpp4747 C2->isMaxSignedValue()) in matchMinMax()
H A DInstructionSimplify.cpp738 if (Known.Zero.isMaxSignedValue()) { in SimplifySubInst()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp10565 if (!IntegerValue.isMaxSignedValue() && in DiagnoseFloatingImpCast()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19524 else if (ConstValue.isMaxSignedValue()) in LowerVSETCC()