HomeSort by: relevance | last modified time | path
    Searched refs:RecurrenceType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 75 ExactFPMathInst(ExactFP), RecurrenceType(RT), IsSigned(Signed),
224 Type *getRecurrenceType() const { return RecurrenceType; }
255 Type *RecurrenceType = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVDescriptors.cpp 164 Type *RecurrenceType,
175 if (Cast->getSrcTy() == RecurrenceType) {
256 Type *RecurrenceType = Phi->getType();
269 if (RecurrenceType->isFloatingPointTy()) {
272 } else if (RecurrenceType->isIntegerTy()) {
276 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts);
465 // exit value of the reduction to the width indicated by RecurrenceType and
476 if (ComputedType != RecurrenceType)
490 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts);
501 ReduxDesc.getExactFPMathInst(), RecurrenceType,
    [all...]

Completed in 15 milliseconds