Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:VT2

8918 bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
8919 if (!VT1.isInteger() || !VT2.isInteger())
8922 unsigned NumBits2 = VT2.getSizeInBits();