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

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp554 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) : local
557 ExitCount->getType() != CountType)
558 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);
559 ExitCount = SE->getAddExpr(ExitCount, SE->getOne(CountType));
561 SCEVE.expandCodeFor(ExitCount, CountType, Preheader->getTerminator());
566 CountType);
/external/v8/src/
H A Dtype-info.h93 Type* CountType(TypeFeedbackId id);
H A Dtype-info.cc262 Type* TypeFeedbackOracle::CountType(TypeFeedbackId id) { function in class:v8::internal::TypeFeedbackOracle
/external/v8/src/crankshaft/
H A Dtyping.cc622 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId()));
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp987 QualType CountType = Method->parameters()[2]->getType(); local
988 if (!CountType->isIntegerType()) {
993 << 2 << CountType

Completed in 125 milliseconds