OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecurrenceType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h
89
RecurrenceType
(nullptr), IsSigned(false) {}
95
UnsafeAlgebraInst(UAI),
RecurrenceType
(RT), IsSigned(Signed) {
219
Type *getRecurrenceType() { return
RecurrenceType
; }
241
Type *
RecurrenceType
;
/external/llvm/lib/Transforms/Utils/
LoopUtils.cpp
190
Type *
RecurrenceType
= Phi->getType();
203
if (
RecurrenceType
->isFloatingPointTy()) {
210
Start = lookThroughAnd(Phi,
RecurrenceType
, VisitedInsts, CastInsts);
344
if (!getSourceExtensionKind(Start, ExitInstruction,
RecurrenceType
,
357
ReduxDesc.getUnsafeAlgebraInst(),
RecurrenceType
, IsSigned, CastInsts);
Completed in 1805 milliseconds