Home | History | Annotate | Download | only in src

Lines Matching refs:InstCast

249       return convertCastInstruction(cast<ZExtInst>(Instr), Ice::InstCast::Zext);
251 return convertCastInstruction(cast<SExtInst>(Instr), Ice::InstCast::Sext);
254 Ice::InstCast::Trunc);
257 Ice::InstCast::Fptrunc);
260 Ice::InstCast::Fpext);
263 Ice::InstCast::Fptosi);
266 Ice::InstCast::Fptoui);
269 Ice::InstCast::Sitofp);
272 Ice::InstCast::Uitofp);
275 Ice::InstCast::Bitcast);
399 Ice::InstCast::OpKind CastKind) {
402 return Ice::InstCast::create(Func.get(), CastKind, Dest, Src);