Searched refs:StopVal (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/unittests/Frontend/ |
D | OpenMPIRBuilderTest.cpp | 1015 Value *StopVal = ConstantInt::get(LCTy, Stop); in TEST_F() local 1019 OMPBuilder.createCanonicalLoop(Loc, LoopBodyGenCB, StartVal, StopVal, in TEST_F() 1083 Value *StopVal = ConstantInt::get(LCTy, 52); in TEST_F() local 1088 Loc, LoopBodyGen, StartVal, StopVal, StepVal, in TEST_F()
|