Home
last modified time | relevance | path

Searched refs:IVType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1585 auto *IVType = cast<IntegerType>(IndVar->getType()); in computeSafeIterationSpace() local
1587 if (IVType->getBitWidth() > RCType->getBitWidth()) in computeSafeIterationSpace()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2705 Type *IVType = OrigTripCount->getType(); in tileLoops() local
2718 Builder.CreateICmpNE(FloorTripRem, ConstantInt::get(IVType, 0)); in tileLoops()
2720 FloorTripOverflow = Builder.CreateZExt(FloorTripOverflow, IVType); in tileLoops()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp205 Type *IVType = Type::getIntNTy(Builder.getContext(), UseIVBits); in buildSingleLoopFunction() local
207 Builder.CreateZExtOrTrunc(TripCount, IVType, "tripcount"); in buildSingleLoopFunction()