HomeSort by relevance Sort by last modified time
    Searched refs:CountType (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 554 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) :
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/
type-info.h 92 Type* CountType(TypeFeedbackId id);
type-info.cc 258 Type* TypeFeedbackOracle::CountType(TypeFeedbackId id) {
  /external/v8/src/crankshaft/
typing.cc 616 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId()));
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 135 milliseconds