Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp899 getChainOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h1480 VPValue *getChainOp() const { return getOperand(0); } in getChainOp() function
H A DLoopVectorize.cpp9597 Value *PrevInChain = State.get(getChainOp(), 0); in execute()
9627 PrevInChain = State.get(getChainOp(), Part); in execute()