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.cpp8845 Instruction *CurrentLinkI = CurrentLink->getUnderlyingInstr(); in adjustRecipesForReductions() local
8855 RecurrenceDescriptor::isFMulAddIntrinsic(CurrentLinkI) && in adjustRecipesForReductions()
8869 CurrentLinkI->getFastMathFlags()); in adjustRecipesForReductions()
8889 assert(isa<CmpInst>(CurrentLinkI) && in adjustRecipesForReductions()
8915 BasicBlock *BB = CurrentLinkI->getParent(); in adjustRecipesForReductions()
8921 new VPReductionRecipe(RdxDesc, CurrentLinkI, PreviousLink, VecOp, in adjustRecipesForReductions()