Searched refs:getOperandUseInternal (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 334 virtual Use getOperandUseInternal(unsigned OpIdx, bool Verify) const = 0; 360 return op_iterator(getOperandUseInternal(0, /*Verify=*/false)); in op_begin() 365 getOperandUseInternal(getNumOperands(), /*Verify=*/false)); in op_end() 382 return getOperandUseInternal(OpIdx, /*Verify=*/true); in getOperandUse() 411 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal() function 580 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal() function 625 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal() function 664 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal() function 703 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal() function 741 Use getOperandUseInternal(unsigned OpIdx, bool Verify) const final { in getOperandUseInternal() function
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 60 Use = User->getOperandUseInternal(Use.getOperandNo() + 1, /*Verify=*/false); in operator ++()
|