Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isZExt

7018     Entry.isZExt = false;
7073 if (Args[i].isZExt)
7118 else if (Args[i].isZExt)
7137 CLI.RetSExt == Args[i].isSExt && CLI.RetZExt == Args[i].isZExt))