Home
last modified time | relevance | path

Searched refs:CurrentLinkI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9033 Instruction *CurrentLinkI = CurrentLink->getUnderlyingInstr(); in adjustRecipesForReductions() local
9043 RecurrenceDescriptor::isFMulAddIntrinsic(CurrentLinkI) && in adjustRecipesForReductions()
9057 CurrentLinkI->getFastMathFlags()); in adjustRecipesForReductions()
9063 assert(isa<CmpInst>(CurrentLinkI) && in adjustRecipesForReductions()
9090 if (CM.blockNeedsPredicationForAnyReason(CurrentLinkI->getParent())) in adjustRecipesForReductions()
9097 FastMathFlags FMFs = isa<FPMathOperator>(CurrentLinkI) in adjustRecipesForReductions()
9101 Kind, FMFs, CurrentLinkI, PreviousLink, VecOp, CondOp, in adjustRecipesForReductions()
9102 PhiR->isOrdered(), CurrentLinkI->getDebugLoc()); in adjustRecipesForReductions()