Home
last modified time | relevance | path

Searched defs:getArgOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp580 Value cir::CallOp::getArgOperand(unsigned i) { in getArgOperand() function in cir::CallOp
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp666 Value *FuncletPadInst::getArgOperand(unsigned Idx) const { in getArgOperand() function in llvm::sandboxir::FuncletPadInst
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1373 Value *getArgOperand(unsigned OpIdx) const { in getArgOperand() function