Home | History | Annotate | Download | only in CodeGen

Lines Matching full:handlerresult

2186   llvm::Value *handlerResult =
2190 handlerResult = Builder.CreateTrunc(handlerResult, opTy);
2196 phi->addIncoming(handlerResult, overflowBB);