Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp596 Value *CallBrInst::getIndirectDestLabelUse(unsigned Idx) const { in getIndirectDestLabelUse() function in llvm::sandboxir::CallBrInst
598 cast<llvm::CallBrInst>(Val)->getIndirectDestLabelUse(Idx)); in getIndirectDestLabelUse()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1503 LLVM_ABI Value *getIndirectDestLabelUse(unsigned Idx) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3974 Value *getIndirectDestLabelUse(unsigned i) const {