Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1889 Type *CountTy = Count->getType(); in transformLoopToCountable() local
1891 ConstantInt::get(CountTy, CountTy->getIntegerBitWidth()), Count); in transformLoopToCountable()
1894 Count = Builder.CreateAdd(Count, ConstantInt::get(CountTy, 1)); in transformLoopToCountable()
1923 PHINode *TcPhi = PHINode::Create(CountTy, 2, "tcphi", &Body->front()); in transformLoopToCountable()
1927 TcPhi, ConstantInt::get(CountTy, 1), "tcdec", false, true)); in transformLoopToCountable()
1936 LbCond->setOperand(1, ConstantInt::get(CountTy, 0)); in transformLoopToCountable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2505 IntegerType *CountTy = IntegerType::get(Loc->getContext(), SrcBits); in generateOverflowCheck() local
2507 Value *TripCountVal = expandCodeForImpl(ExitCount, CountTy, Loc, false); in generateOverflowCheck()
2568 if (SE.getTypeSizeInBits(CountTy) > SE.getTypeSizeInBits(Ty)) { in generateOverflowCheck()