Home | History | Annotate | Download | only in src

Lines Matching refs:InstCast

357 InstCast::InstCast(Cfg *Func, OpKind CastKind, Variable *Dest, Operand *Source)
795 const char *InstCast::getCastName(InstCast::OpKind Kind) {
796 if (Kind < InstCast::OpKind::_num)
798 llvm_unreachable("Invalid InstCast::OpKind");
802 void InstCast::dump(const Cfg *Func) const {