Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:DestTy

757       Type* DestTy = CE->getType();
761 assert(DestTy->isFloatingPointTy() && "invalid bitcast");
762 if (DestTy->isFloatTy())
764 else if (DestTy->isDoubleTy())
768 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
772 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
776 assert(DestTy->isPointerTy() && "Invalid bitcast");