Lines Matching defs:LCTy

1457     Type *LCTy = Type::getInt16Ty(Ctx);
1458 Value *StartVal = ConstantInt::get(LCTy, Start);
1459 Value *StopVal = ConstantInt::get(LCTy, Stop);
1460 Value *StepVal = ConstantInt::get(LCTy, Step);
1530 Type *LCTy = F->getArg(0)->getType();
1531 Constant *One = ConstantInt::get(LCTy, 1);
1532 Constant *Two = ConstantInt::get(LCTy, 2);
1674 Type *LCTy = TripCount->getType();
1705 Constant *OuterTileSize = ConstantInt::get(LCTy, APInt(32, 11));
1706 Constant *InnerTileSize = ConstantInt::get(LCTy, APInt(32, 7));
1762 Type *LCTy = TripCount->getType();
1764 Value *OuterStartVal = ConstantInt::get(LCTy, 2);
1766 Value *OuterStep = ConstantInt::get(LCTy, 5);
1767 Value *InnerStartVal = ConstantInt::get(LCTy, 13);
1769 Value *InnerStep = ConstantInt::get(LCTy, 3);
1813 Constant *TileSize0 = ConstantInt::get(LCTy, APInt(32, 11));
1814 Constant *TileSize1 = ConstantInt::get(LCTy, APInt(32, 7));
1904 Type *LCTy = Type::getInt16Ty(Ctx);
1905 Value *StartVal = ConstantInt::get(LCTy, Start);
1906 Value *StopVal = ConstantInt::get(LCTy, Stop);
1907 Value *StepVal = ConstantInt::get(LCTy, Step);
1921 Value *TileSizeVal = ConstantInt::get(LCTy, TileSize);
2372 Type *LCTy = Type::getInt32Ty(Ctx);
2373 Value *StartVal = ConstantInt::get(LCTy, 10);
2374 Value *StopVal = ConstantInt::get(LCTy, 52);
2375 Value *StepVal = ConstantInt::get(LCTy, 2);
2437 Type *LCTy = Type::getInt32Ty(Ctx);
2438 Value *StartVal = ConstantInt::get(LCTy, 10);
2439 Value *StopVal = ConstantInt::get(LCTy, 52);
2440 Value *StepVal = ConstantInt::get(LCTy, 2);
2548 Type *LCTy = Type::getInt32Ty(Ctx);
2549 Value *ChunkSize = ConstantInt::get(LCTy, 5);
2637 Type *LCTy = Type::getInt32Ty(Ctx);
2638 Value *StartVal = ConstantInt::get(LCTy, 10);
2639 Value *StopVal = ConstantInt::get(LCTy, 52);
2640 Value *StepVal = ConstantInt::get(LCTy, 2);
2642 (ChunkSize == 1) ? nullptr : ConstantInt::get(LCTy, ChunkSize);
2709 EXPECT_EQ(InitCall->getArgOperand(6), ConstantInt::get(LCTy, ChunkSize));
2785 Type *LCTy = Type::getInt32Ty(Ctx);
2786 Value *StartVal = ConstantInt::get(LCTy, 10);
2787 Value *StopVal = ConstantInt::get(LCTy, 52);
2788 Value *StepVal = ConstantInt::get(LCTy, 2);
2789 Value *ChunkVal = ConstantInt::get(LCTy, ChunkSize);
3118 Type *LCTy = Type::getInt64Ty(Ctx);
3119 StoreValues.emplace_back(ConstantInt::get(LCTy, 1));
3120 StoreValues.emplace_back(ConstantInt::get(LCTy, 2));
3203 Type *LCTy = Type::getInt64Ty(Ctx);
3204 StoreValues.emplace_back(ConstantInt::get(LCTy, 1));
3205 StoreValues.emplace_back(ConstantInt::get(LCTy, 2));