Home
last modified time | relevance | path

Searched refs:getNextOperandUsingThisValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h43 IROperandBase *getNextOperandUsingThisValue() { return nextUse; } in getNextOperandUsingThisValue() function
230 idx++, ptr = ptr->getNextOperandUsingThisValue()) in shuffleUseList()
257 return firstUse && firstUse->getNextOperandUsingThisValue() == nullptr; in hasOneUse()
322 current = (OperandType *)current->getNextOperandUsingThisValue();
/llvm-project/mlir/lib/CAPI/IR/
H A DIR.cpp1059 unwrap(opOperand)->getNextOperandUsingThisValue()); in mlirTypeGetDialect()