Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:origType

1714   llvm::Type *origType = value->getType();
1722 return CGF.Builder.CreateBitCast(call, origType);
1739 llvm::Type *origType = addr->getType();
1748 if (origType != CGF.Int8PtrPtrTy)
1750 cast<llvm::PointerType>(origType)->getElementType());
1774 llvm::Type *origType = value->getType();
1784 return CGF.Builder.CreateBitCast(result, origType);
2034 llvm::Type *origType = value->getType();
2038 return Builder.CreateBitCast(value, origType);