Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2078 Type *CountTy = Count->getType(); in transformLoopToCountable() local
2080 ConstantInt::get(CountTy, CountTy->getIntegerBitWidth()), Count); in transformLoopToCountable()
2083 Count = Builder.CreateAdd(Count, ConstantInt::get(CountTy, 1)); in transformLoopToCountable()
2112 PHINode *TcPhi = PHINode::Create(CountTy, 2, "tcphi", &Body->front()); in transformLoopToCountable()
2116 TcPhi, ConstantInt::get(CountTy, 1), "tcdec", false, true)); in transformLoopToCountable()
2125 LbCond->setOperand(1, ConstantInt::get(CountTy, 0)); in transformLoopToCountable()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2379 IntegerType *CountTy = IntegerType::get(Loc->getContext(), SrcBits); in generateOverflowCheck() local
2381 Value *TripCountVal = expandCodeForImpl(ExitCount, CountTy, Loc); in generateOverflowCheck()
2470 if (SE.getTypeSizeInBits(CountTy) > SE.getTypeSizeInBits(Ty)) { in generateOverflowCheck()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2977 Type *CountTy = Count->getType(); in emitIterationCountCheck() local
2982 return createStepForVF(Builder, CountTy, VF, UF); in emitIterationCountCheck()
2985 createStepForVF(Builder, CountTy, MinProfitableTripCount, 1); in emitIterationCountCheck()
2989 Intrinsic::umax, MinProfTC, createStepForVF(Builder, CountTy, VF, UF)); in emitIterationCountCheck()
3002 ConstantInt::get(CountTy, cast<IntegerType>(CountTy)->getMask()); in emitIterationCountCheck()