Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h343 virtual unsigned getUseOperandNo(const Use &Use) const = 0;
424 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
591 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
633 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
672 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
720 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
752 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp21 unsigned Use::getOperandNo() const { return Usr->getUseOperandNo(*this); } in getOperandNo()