Searched refs:getUseOperandNo (Results 1 – 4 of 4) sorted by relevance
57 unsigned getUseOperandNo(const Use &Use) const override { in getUseOperandNo() function244 unsigned getUseOperandNo(const Use &Use) const override { in getUseOperandNo() function332 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function477 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function782 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function834 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function966 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function1343 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function1470 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function1501 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
80 virtual unsigned getUseOperandNo(const Use &Use) const = 0;
399 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function1271 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() function
22 unsigned Use::getOperandNo() const { return Usr->getUseOperandNo(*this); } in getOperandNo()