Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp905 if (getCondOp()) { in print()
907 getCondOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h1484 VPValue *getCondOp() const { in getCondOp() function
H A DLoopVectorize.cpp9605 if (VPValue *Cond = getCondOp()) { in execute()