Home
last modified time | relevance | path

Searched refs:isMaxValue (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp48 return C->isMaxValue(true); in isIdempotentRMW()
52 return C->isMaxValue(false); in isIdempotentRMW()
94 return C->isMaxValue(true); in isSaturating()
98 return C->isMaxValue(false); in isSaturating()
H A DInstCombineCompares.cpp1584 else if (Pred == ICmpInst::ICMP_UGT && !C.isMaxValue()) in foldICmpXorShiftConst()
2428 assert(!C.isMaxValue() && in foldICmpUDivConstant()
5768 return WillIncrement ? !C->isMaxValue(IsSigned) : !C->isMinValue(IsSigned); in getFlippedStrictnessPredicateAndConstant()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h212 bool isMaxValue(bool IsSigned) const { in isMaxValue() function
216 return Val.isMaxValue(); in isMaxValue()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp55 assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) && in ConstantRange()
130 if (UMin.isMaxValue()) in makeAllowedICmpRegion()
364 return Lower == Upper && Lower.isMaxValue(); in isFullSet()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h391 bool isMaxValue() const { return isAllOnes(); } in isMaxValue() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1616 bool isMaxSignedValue() const { return Value->isMaxValue(true); }
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp3892 bool IsMaxV = LHSC->getValue()->isMaxValue(IsSigned); in getMinMaxExpr()
10719 assert(!RA.isMaxValue() && "Should have been caught earlier!"); in SimplifyICmpOperands()
10783 if (ControllingFiniteLoop || !getUnsignedRangeMax(RHS).isMaxValue()) { in SimplifyICmpOperands()
10799 } else if (!getUnsignedRangeMax(LHS).isMaxValue()) { in SimplifyICmpOperands()
H A DInstructionSimplify.cpp1824 if (MinMaxC.isMaxValue()) in simplifyAndOrOfICmpsWithLimitConst()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12895 if (Value.isMaxValue()) return Max; in compare()
13543 if (!IntegerValue.isMaxValue()) { in DiagnoseFloatingImpCast()
H A DSemaDeclCXX.cpp14403 OK_Ordinary, Loc, Upper.isMaxValue(), S.CurFPFeatureOverrides()); in buildSingleCopyAssignRecursively()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp9234 (Lower == Upper && !Lower.isMaxValue()) in parseParamAccessOffset()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24658 if ((IsInc && EltC.isMaxValue()) || (!IsInc && EltC.isZero())) in incDecVectorConstant()
25337 (CC == ISD::CondCode::SETUGT && !Op1Val.isMaxValue())) { in LowerSETCC()
46310 if (CC == X86::COND_A && !Comparison.isMaxValue()) { in combineSetCCAtomicArith()