Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp828 getChainOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h1538 VPValue *getChainOp() const { return getOperand(0); } in getChainOp() function
H A DLoopVectorize.cpp9497 Value *PrevInChain = State.get(getChainOp(), 0); in execute()
9527 PrevInChain = State.get(getChainOp(), Part); in execute()