Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp834 if (getCondOp()) { in print()
836 getCondOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h1542 VPValue *getCondOp() const { in getCondOp() function
H A DLoopVectorize.cpp9505 if (VPValue *Cond = getCondOp()) { in execute()