Home
last modified time | relevance | path

Searched defs:MaxValue (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/llvm/unittests/Support/
H A DMathExtrasTest.cpp574 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local
581 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local
622 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local
630 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local
650 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local
666 auto MaxValue = std::numeric_limits<TypeParam>::max(); TYPED_TEST() local
[all...]
/llvm-project/bolt/test/X86/
H A Dcmov-conversion.s199 .globl MaxValue # -- Begin function MaxValue symbol
202 MaxValue: # @MaxValue label
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp278 static unsigned getMaxShiftAmount(const APInt &MaxValue, unsigned BitWidth) { in getMaxShiftAmount() argument
322 APInt MaxValue = RHS.getMaxValue(); in shl() local
393 APInt MaxValue = RHS.getMaxValue(); in lshr() local
453 APInt MaxValue = RHS.getMaxValue(); in ashr() local
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h79 MaxValue = (MapTombstone - 1) & ~(ImpreciseBit | ScalableBit), global() enumerator
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h210 RegionPageMap(uptr NumberOfRegions,uptr CountersPerRegion,uptr MaxValue) RegionPageMap() argument
224 reset(uptr NumberOfRegion,uptr CountersPerRegion,uptr MaxValue) reset() argument
/llvm-project/llvm/lib/IR/
H A DAttributes.cpp81 packVScaleRangeArgs(unsigned MinValue,std::optional<unsigned> MaxValue) packVScaleRangeArgs() argument
87 unsigned MaxValue = Value & std::numeric_limits<unsigned>::max(); unpackVScaleRangeArgs() local
299 getWithVScaleRangeArgs(LLVMContext & Context,unsigned MinValue,unsigned MaxValue) getWithVScaleRangeArgs() argument
575 std::optional<unsigned> MaxValue = getVScaleRangeMax(); getAsString() local
1958 addVScaleRangeAttr(unsigned MinValue,std::optional<unsigned> MaxValue) addVScaleRangeAttr() argument
[all...]
H A DConstantRange.cpp297 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); makeExactMulNSWRegion() local
[all...]
/llvm-project/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp407 unsigned MaxValue) { in RunRandTest() argument
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp578 int32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
583 uint32_t MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended() local
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp66 scudo::uptr MaxValue = 1UL << ((1UL << I) - 1); in TEST() local
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp95 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() argument
/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp351 uint64_t MaxValue, RandomIRBuilder &IB) { in getUniqueCaseValue() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2186 int32_t MaxValue = getMaxValue(MI); isConstExtended() local
2191 uint32_t MaxValue = getMaxValue(MI); isConstExtended() local
/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp
/llvm-project/bolt/runtime/
H A Dinstr.cpp1084 uint64_t MaxValue = 0ull; in visitAllCallsIn() local
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp47 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue, in inRange() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp467 APInt MinValue, MaxValue; simplifyX86pack() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1129 const APInt *MinValue, *MaxValue; matchSAddSubSat() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11686 const SCEV *MaxValue = getZeroExtendExpr( isImpliedCond() local
12675 APInt MaxValue = APInt::getSignedMaxValue(BitWidth); canIVOverflowOnLT() local
12683 APInt MaxValue = APInt::getMaxValue(BitWidth); canIVOverflowOnLT() local
12752 APInt MaxValue = IsSigned ? APInt::getSignedMaxValue(BitWidth) computeMaxBECountForLT() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1577 unsigned MinValue, MaxValue; parseEnumAttribute() local
2714 parseVScaleRangeArguments(unsigned & MinValue,unsigned & MaxValue) parseVScaleRangeArguments() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp5782 unsigned MaxValue = Subtarget->getMaxWorkitemID( computeKnownBitsForTargetNode() local
H A DSIISelLowering.cpp15777 unsigned MaxValue = knownBitsForWorkitemID() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7742 Expr *MaxValue = nullptr; global() member
8623 ExprResult MaxValue = buildNumIterations() local
8709 ExprResult MaxValue = buildNumIterations() local
[all...]
H A DSemaChecking.cpp357 llvm::APSInt MaxValue( BuiltinAlignment() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3213 const APInt MaxValue = (MaxNumElts - 1).umul_ov(Step, Overflow); computeKnownBits() local

12