HomeSort by: relevance | last modified time | path
    Searched refs:CountTy (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 19 milliseconds