Home
last modified time | relevance | path

Searched refs:handler_helper (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1784 static BasicBlock *handler_helper(Value *V) { return cast<BasicBlock>(V); } in handler_helper() function
1785 static const BasicBlock *handler_helper(const Value *V) { in handler_helper() function
1802 return handler_iterator(It, DerefFnTy(handler_helper)); in handler_begin()
1808 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); in handler_begin()
1811 return handler_iterator(op_end(), DerefFnTy(handler_helper)); in handler_end()
1814 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper)); in handler_end()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4177 static BasicBlock *handler_helper(Value *V) { return cast<BasicBlock>(V); }
4178 static const BasicBlock *handler_helper(const Value *V) {
4196 return handler_iterator(It, DerefFnTy(handler_helper));
4205 return const_handler_iterator(It, ConstDerefFnTy(handler_helper));
4211 return handler_iterator(op_end(), DerefFnTy(handler_helper));
4217 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));