Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Ext

1407     Value *Ext = Builder->CreateZExt(Cmp, I.getType());
1408 return ReplaceInstUsesWith(I, Ext);