Home | History | Annotate | Download | only in CodeGen

Lines Matching full:isbitcast

482 /// \pre Copy.isCopy() or Copy.isBitcast().
488 assert((Copy.isCopy() || Copy.isBitcast()) && "Wrong operation type.");
714 if (((MI->isBitcast() || MI->isCopy()) && optimizeCopyOrBitcast(MI)) ||
803 assert(Def->isBitcast() && "Invalid definition");
980 if (Def->isBitcast())