Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h45 IROperandBase *getNextOperandUsingThisValue() { return nextUse; } in getNextOperandUsingThisValue() function
210 return firstUse && firstUse->getNextOperandUsingThisValue() == nullptr; in hasOneUse()
269 current = (OperandType *)current->getNextOperandUsingThisValue();