Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp958 getChainOp()->printAsOperand(O, SlotTracker); in print()
DVPlan.h1134 VPValue *getChainOp() const { return getOperand(0); } in getChainOp() function
DLoopVectorize.cpp8716 Value *PrevInChain = State.get(getChainOp(), Part); in execute()