Searched refs:droppedOperands (Results 1 – 3 of 3) sorted by relevance
39 ArrayRef<OpOperand *> droppedOperands);
980 /*args=*/(ins "ArrayRef<OpOperand *>":$droppedOperands),983 return detail::canOpOperandsBeDroppedImpl($_op, droppedOperands);
31 linalg::LinalgOp linalgOp, ArrayRef<OpOperand *> droppedOperands) { in canOpOperandsBeDroppedImpl() argument34 if (llvm::is_contained(droppedOperands, opOperand)) in canOpOperandsBeDroppedImpl()