Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1075 if (getCondOp()) { in print()
1077 getCondOp()->printAsOperand(O, SlotTracker); in print()
H A DVPlan.h1258 VPValue *getCondOp() const { in getCondOp() function
H A DLoopVectorize.cpp9462 if (VPValue *Cond = getCondOp()) { in execute()