Searched refs:CountType (Results 1 – 5 of 5) sorted by relevance
554 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) : in convertToCTRLoop() local557 ExitCount->getType() != CountType) in convertToCTRLoop()558 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType); in convertToCTRLoop()559 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType)); in convertToCTRLoop()561 SCEVE.expandCodeFor(ExitCount, CountType, Preheader->getTerminator()); in convertToCTRLoop()566 CountType); in convertToCTRLoop()
92 Type* CountType(TypeFeedbackId id);
258 Type* TypeFeedbackOracle::CountType(TypeFeedbackId id) { in CountType() function in v8::internal::TypeFeedbackOracle
616 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId())); in VisitCountOperation()
987 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local988 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()993 << 2 << CountType in BuildObjCDictionaryLiteral()