Home
last modified time | relevance | path

Searched refs:getIndirectDestLabel (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp593 Value *CallBrInst::getIndirectDestLabel(unsigned Idx) const { in getIndirectDestLabel() function in llvm::sandboxir::CallBrInst
594 return Ctx.getValue(cast<llvm::CallBrInst>(Val)->getIndirectDestLabel(Idx)); in getIndirectDestLabel()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1502 LLVM_ABI Value *getIndirectDestLabel(unsigned Idx) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3969 Value *getIndirectDestLabel(unsigned i) const {