Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1422 if (getCondOp()) { in print()
1424 getCondOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h1942 VPValue *getCondOp() const { in getCondOp() function
H A DLoopVectorize.cpp9365 if (VPValue *Cond = getCondOp()) { in execute()