Lines Matching defs:ExtInst
1942 auto *ExtInst = CastInst::Create(Instruction::ZExt, CI, ITy, "zext", I);1943 InsertedInsts.push_back(ExtInst);