Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isZExt

7100     Entry.isZExt = false;
7151 if (Args[i].isZExt)
7196 else if (Args[i].isZExt)
7215 CLI.RetSExt == Args[i].isSExt && CLI.RetZExt == Args[i].isZExt))