Searched refs:StopVal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 1274 Value *StopVal = ConstantInt::get(LCTy, Stop); in TEST_F() local 1278 OMPBuilder.createCanonicalLoop(Loc, LoopBodyGenCB, StartVal, StopVal, in TEST_F() 1698 Value *StopVal = ConstantInt::get(LCTy, Stop); in TEST_F() local 1704 OMPBuilder.createCanonicalLoop(Loc, LoopBodyGenCB, StartVal, StopVal, in TEST_F() 1920 Value *StopVal = ConstantInt::get(LCTy, 52); in TEST_F() local 1925 Loc, LoopBodyGen, StartVal, StopVal, StepVal, in TEST_F() 2110 Value *StopVal = ConstantInt::get(LCTy, 52); in TEST_P() local 2117 Loc, LoopBodyGen, StartVal, StopVal, StepVal, in TEST_P() 2252 Value *StopVal = ConstantInt::get(LCTy, 52); in TEST_F() local 2258 Loc, LoopBodyGen, StartVal, StopVal, StepVal, in TEST_F()
|