Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp554 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) : in convertToCTRLoop() local
557 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()
/external/v8/src/
Dtype-info.h92 Type* CountType(TypeFeedbackId id);
Dtype-info.cc258 Type* TypeFeedbackOracle::CountType(TypeFeedbackId id) { in CountType() function in v8::internal::TypeFeedbackOracle
/external/v8/src/crankshaft/
Dtyping.cc616 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId())); in VisitCountOperation()
/external/clang/lib/Sema/
DSemaExprObjC.cpp987 QualType CountType = Method->parameters()[2]->getType(); in BuildObjCDictionaryLiteral() local
988 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()
993 << 2 << CountType in BuildObjCDictionaryLiteral()