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.cpp2498 if (VPValue *Cond = getCondOp()) { in execute()
2549 if (VPValue *CondOp = getCondOp()) in execute()
2731 Red->getCondOp()->printAsOperand(O, SlotTracker); in print()
2767 Red->getCondOp()->printAsOperand(O, SlotTracker); in print()
2790 getCondOp()->printAsOperand(O, SlotTracker); in print()
2812 getCondOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h2505 getCondOp(), IsOrdered, getDebugLoc()); in clone()
2542 VPValue *getCondOp() const { in getCondOp() function
2580 getCondOp(), VFScaleFactor, in clone()
H A DVPlanTransforms.cpp2158 VPValue *NewMask = GetNewMask(Red->getCondOp()); in optimizeMaskToEVL()