Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1710 if (VPValue *Cond = getCondOp()) { in execute()
1770 if (VPValue *CondOp = getCondOp()) in execute()
1804 getCondOp()->printAsOperand(O, SlotTracker); in print()
1828 getCondOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h2203 getVecOp(), getCondOp(), IsOrdered); in clone()
2238 VPValue *getCondOp() const { in getCondOp() function
H A DVPlanTransforms.cpp1498 GetNewMask(RedR->getCondOp())); in tryAddExplicitVectorLength()