Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Casted

979         llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
980 CGF.Builder.CreateStore(Casted, ExnPtrTmp);
1003 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted");