Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:origType

1749   llvm::Type *origType = value->getType();
1758 return CGF.Builder.CreateBitCast(call, origType);
1774 llvm::Type *origType = addr->getType();
1781 if (origType != CGF.Int8PtrPtrTy)
1783 cast<llvm::PointerType>(origType)->getElementType());
1807 llvm::Type *origType = value->getType();
1817 return CGF.Builder.CreateBitCast(result, origType);
2093 llvm::Type *origType = value->getType();
2097 origType);