Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PtrTy

974         llvm::Type *PtrTy =
978 llvm::Value *ExnPtrTmp = CGF.CreateTempAlloca(PtrTy, "exn.byref.tmp");
979 llvm::Value *Casted = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
1025 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok
1026 llvm::Value *Cast = CGF.Builder.CreateBitCast(AdjustedExn, PtrTy);
1043 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok
1050 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy);
1062 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy);