Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:DestTy

664       Type* DestTy = CE->getType();
668 assert(DestTy->isFloatingPointTy() && "invalid bitcast");
669 if (DestTy->isFloatTy())
671 else if (DestTy->isDoubleTy())
675 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
679 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
683 assert(DestTy->isPointerTy() && "Invalid bitcast");