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

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 93 RecurrenceType(nullptr), IsSigned(false) {}
99 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
230 Type *getRecurrenceType() { return RecurrenceType; }
252 Type *RecurrenceType;
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 197 Type *RecurrenceType = Phi->getType();
210 if (RecurrenceType->isFloatingPointTy()) {
217 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts);
351 if (!getSourceExtensionKind(Start, ExitInstruction, RecurrenceType,
364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts);
    [all...]

Completed in 538 milliseconds