Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching defs:DestTy

686       Type* DestTy = CE->getType();
690 assert(DestTy->isFloatingPointTy() && "invalid bitcast");
691 if (DestTy->isFloatTy())
693 else if (DestTy->isDoubleTy())
697 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
701 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
705 assert(DestTy->isPointerTy() && "Invalid bitcast");