Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Casted

950         llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
951 CGF.Builder.CreateStore(Casted, ExnPtrTmp);
973 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted");