Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:DestTy

752       Type* DestTy = CE->getType();
756 assert(DestTy->isFloatingPointTy() && "invalid bitcast");
757 if (DestTy->isFloatTy())
759 else if (DestTy->isDoubleTy())
763 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
767 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
771 assert(DestTy->isPointerTy() && "Invalid bitcast");