Searched refs:CountType (Results 1 – 3 of 3) sorted by relevance
654 Type *CountType = TM->isPPC64() ? Type::getInt64Ty(C) : Type::getInt32Ty(C); in convertToCTRLoop() local656 ExitCount->getType() != CountType) in convertToCTRLoop()657 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType); in convertToCTRLoop()658 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType)); in convertToCTRLoop()660 SCEVE.expandCodeFor(ExitCount, CountType, Preheader->getTerminator()); in convertToCTRLoop()665 CountType); in convertToCTRLoop()
374 typedef PointerUnion<ConstantInt*, DIVariable*> CountType;376 CountType getCount() const {378 return CountType(cast<ConstantInt>(MD->getValue()));381 return CountType(DV);383 return CountType();
990 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local991 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()996 << 2 << CountType in BuildObjCDictionaryLiteral()