Searched refs:handler_helper (Results 1 – 2 of 2) sorted by relevance
1784 static BasicBlock *handler_helper(Value *V) { return cast<BasicBlock>(V); } in handler_helper() function1785 static const BasicBlock *handler_helper(const Value *V) { in handler_helper() function1802 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()
4177 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));