OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
93
Type*
CountType
(TypeFeedbackId id);
type-info.cc
262
Type* TypeFeedbackOracle::
CountType
(TypeFeedbackId id) {
/external/v8/src/crankshaft/
typing.cc
622
expr->set_type(oracle()->
CountType
(expr->CountBinOpFeedbackId()));
/external/clang/lib/Sema/
SemaExprObjC.cpp
[
all
...]
Completed in 730 milliseconds