Searched refs:TestVal (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APFixedPointTest.cpp | 368 FixedPointSemantics Dst, int64_t TestVal) { in CheckUnsaturatedConversion() argument 369 int64_t ScaledVal = TestVal; in CheckUnsaturatedConversion() 383 APFixedPoint Fixed(TestVal, Src); in CheckUnsaturatedConversion() 391 FixedPointSemantics Dst, int64_t TestVal) { in CheckSaturatedConversionMin() argument 392 APFixedPoint Fixed(TestVal, Src); in CheckSaturatedConversionMin() 399 FixedPointSemantics Dst, int64_t TestVal) { in CheckSaturatedConversionMax() argument 400 APFixedPoint Fixed(TestVal, Src); in CheckSaturatedConversionMax()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 915 Value *TestVal = B2.CreateSub(TripCount, ModVal, "unroll_iter"); in UnrollRuntimeLoopRemainder() local 917 PHINode *NewIdx = PHINode::Create(TestVal->getType(), 2, "niter", in UnrollRuntimeLoopRemainder() 924 Value *IdxCmp = B2.CreateICmp(Pred, IdxNext, TestVal, NewIdx->getName() + ".ncmp"); in UnrollRuntimeLoopRemainder()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | KnownBitsTest.cpp | 1321 const uint64_t TestVal = UINT64_C(0xabcd123344568998); in TEST_F() local 1327 EXPECT_EQ(TestVal, Res.One.getZExtValue()); in TEST_F() 1328 EXPECT_EQ(~TestVal, Res.Zero.getZExtValue()); in TEST_F() 1345 const uint64_t TestVal = UINT64_C(0xabcd123344568998); in TEST_F() local 1354 uint16_t PartTestVal = static_cast<uint16_t>(TestVal >> BitOffset); in TEST_F()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 368 isl_pw_aff *TestVal = getPwAff(BB, InvalidDomainMap, SCEV_TestVal, false); in buildUnsignedConditionSets() local 376 isl_pw_aff_get_domain_space(TestVal))), in buildUnsignedConditionSets() 377 isl_pw_aff_copy(TestVal)); in buildUnsignedConditionSets() 382 Second = isl_pw_aff_lt_set(TestVal, UpperBound); in buildUnsignedConditionSets() 385 Second = isl_pw_aff_le_set(TestVal, UpperBound); in buildUnsignedConditionSets()
|