Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h57 unsigned getUseOperandNo(const Use &Use) const override { in getUseOperandNo() function
244 unsigned getUseOperandNo(const Use &Use) const override { in getUseOperandNo() function
332 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
477 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
782 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
834 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
966 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
1343 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
1470 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
1501 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
H A DUser.h80 virtual unsigned getUseOperandNo(const Use &Use) const = 0;
H A DInstruction.h399 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
1271 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DUse.cpp22 unsigned Use::getOperandNo() const { return Usr->getUseOperandNo(*this); } in getOperandNo()