Searched refs:tripVariable (Results 1 – 1 of 1) sorted by relevance
103 mlir::Value tripVariable = nullptr; member1272 info.tripVariable = builder->createTemporary(loc, tripCount.getType()); in genFIRIncrementLoopBegin()1273 builder->create<fir::StoreOp>(loc, tripCount, info.tripVariable); in genFIRIncrementLoopBegin()1279 tripCount = builder->create<fir::LoadOp>(loc, info.tripVariable); in genFIRIncrementLoopBegin()1335 builder->create<fir::LoadOp>(loc, info.tripVariable); in genFIRIncrementLoopEnd()1339 builder->create<fir::StoreOp>(loc, tripCount, info.tripVariable); in genFIRIncrementLoopEnd()