Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:handler

1851   // If an overflow handler is set, then we want to call it and then use its
1855 // Get the overflow handler.
1860 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName);
1862 // Sign extend the args to 64-bit, so that we can use the same handler for
1867 // Call the handler with the two arguments, the operation, and the size of
1869 llvm::Value *handlerResult = Builder.CreateCall4(handler, lhs, rhs,