Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Ext

1446     Value *Ext = Builder->CreateZExt(Cmp, I.getType());
1447 return replaceInstUsesWith(I, Ext);