Home
last modified time | relevance | path

Searched refs:CountType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp585 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) : in convertToCTRLoop() local
588 ExitCount->getType() != CountType) in convertToCTRLoop()
589 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType); in convertToCTRLoop()
590 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType)); in convertToCTRLoop()
592 SCEVE.expandCodeFor(ExitCount, CountType, Preheader->getTerminator()); in convertToCTRLoop()
597 CountType); in convertToCTRLoop()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp325 CountType(it->getType().getTypePtr(), in CheckCtorDtorWeight()
630 void FindBadConstructsConsumer::CountType(const Type* type, in CountType() function in chrome_checker::FindBadConstructsConsumer
670 CountType(dyn_cast<ElaboratedType>(type)->getNamedType().getTypePtr(), in CountType()
688 CountType(type, in CountType()
DFindBadConstructsConsumer.h89 void CountType(const clang::Type* type,
/external/v8/src/
Dtype-info.h88 AstType* CountType(TypeFeedbackId id, FeedbackSlot slot);
Dtype-info.cc356 AstType* TypeFeedbackOracle::CountType(TypeFeedbackId id, FeedbackSlot slot) { in CountType() function in v8::internal::TypeFeedbackOracle
/external/v8/src/crankshaft/
Dtyping.cc611 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId(), in VisitCountOperation()
/external/clang/lib/Sema/
DSemaExprObjC.cpp985 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local
986 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()
991 << 2 << CountType in BuildObjCDictionaryLiteral()