Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp656 auto *IVType = dyn_cast<IntegerType>(IndVar->getType());
660 if (!IVType || !RCType)
662 if (IVType->getBitWidth() > RCType->getBitWidth())
1753 auto *IVType = dyn_cast<IntegerType>(IndVar->getType()); computeSafeIterationSpace() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4888 Type *IVType = OrigTripCount->getType(); in tileLoops() local
4901 Builder.CreateICmpNE(FloorTripRem, ConstantInt::get(IVType, 0)); in tileLoops()
4903 FloorTripOverflow = Builder.CreateZExt(FloorTripOverflow, IVType); in tileLoops()