Home
last modified time | relevance | path

Searched defs:printOperands (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DOpImplementation.h445 void printOperands(const ContainerType &container) { in printOperands() function
451 void printOperands(IteratorType it, IteratorType end) { in printOperands() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1402 void VPUser::printOperands(raw_ostream &O, VPSlotTracker &SlotTracker) const { printOperands() function in VPUser