Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h4174 BlockAddress *getBlockAddressForIndirectDest(unsigned DestNo) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp964 CallBrInst::getBlockAddressForIndirectDest(unsigned DestNo) const { in getBlockAddressForIndirectDest() function in CallBrInst
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5338 cast<CallBrInst>(&Call)->getBlockAddressForIndirectDest(LabelNo); in ParseConstraints()