Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1993 Type *CountTy = Count->getType(); in transformLoopToCountable() local
1995 ConstantInt::get(CountTy, CountTy->getIntegerBitWidth()), Count); in transformLoopToCountable()
1998 Count = Builder.CreateAdd(Count, ConstantInt::get(CountTy, 1)); in transformLoopToCountable()
2027 PHINode *TcPhi = PHINode::Create(CountTy, 2, "tcphi"); in transformLoopToCountable()
2032 TcPhi, ConstantInt::get(CountTy, 1), "tcdec", false, true)); in transformLoopToCountable()
2041 LbCond->setOperand(1, ConstantInt::get(CountTy, 0)); in transformLoopToCountable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2900 Type *CountTy = Count->getType(); in emitIterationCountCheck() local
2905 return createStepForVF(Builder, CountTy, VF, UF); in emitIterationCountCheck()
2908 createStepForVF(Builder, CountTy, MinProfitableTripCount, 1); in emitIterationCountCheck()
2912 Intrinsic::umax, MinProfTC, createStepForVF(Builder, CountTy, VF, UF)); in emitIterationCountCheck()
2928 ConstantInt::get(CountTy, cast<IntegerType>(CountTy)->getMask()); in emitIterationCountCheck()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4272 llvm::Type *CountTy = ConvertType(CountFD->getType()); in EmitArraySubscriptExpr() local
4276 Res = Builder.CreateAlignedLoad(CountTy, Res, getIntAlign(), in EmitArraySubscriptExpr()