Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9040 Instruction *CurrentLinkI = CurrentLink->getUnderlyingInstr(); in adjustRecipesForReductions() local
9050 RecurrenceDescriptor::isFMulAddIntrinsic(CurrentLinkI) && in adjustRecipesForReductions()
9064 CurrentLinkI->getFastMathFlags()); in adjustRecipesForReductions()
9070 assert(isa<CmpInst>(CurrentLinkI) && in adjustRecipesForReductions()
9096 BasicBlock *BB = CurrentLinkI->getParent(); in adjustRecipesForReductions()
9105 RdxDesc, CurrentLinkI, PreviousLink, VecOp, CondOp); in adjustRecipesForReductions()