Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Casted

991         llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
992 CGF.Builder.CreateStore(Casted, ExnPtrTmp);
1015 CGF.Builder.CreateBitCast(AdjustedExn, LLVMCatchTy, "exn.casted");