Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DValue.cpp202 IRObjectWithUseList<BlockOperand> *BlockOperand::getUseList(Block *value) { in getUseList() function in BlockOperand
/llvm-project/mlir/include/mlir/IR/
H A DValue.h270 static IRObjectWithUseList<OpOperand> *getUseList(Value value) { in getUseList() function