Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PtrTy

3614         llvm::Type *PtrTy =
3619 CGF.CreateTempAlloca(PtrTy, CGF.getPointerAlign(), "exn.byref.tmp");
3620 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
3665 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok
3666 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
3690 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok
3697 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),
3709 Address adjustedExn(CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy),