Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1071 getChainOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h1254 VPValue *getChainOp() const { return getOperand(0); } in getChainOp() function
H A DLoopVectorize.cpp9457 Value *PrevInChain = State.get(getChainOp(), 0); in execute()
9479 PrevInChain = State.get(getChainOp(), Part); in execute()