Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExtSrcTy

1623       EVT ExtSrcTy = cast<VTSDNode>(N0.getOperand(1))->getVT();
1624 unsigned ExtSrcTyBits = ExtSrcTy.getSizeInBits();
1635 if (Op0Ty == ExtSrcTy) {