Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:VT2

13850 bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
13851 if (!VT1.isInteger() || !VT2.isInteger())
13854 unsigned NumBits2 = VT2.getSizeInBits();
13858 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
13875 return TargetLowering::isZExtFree(Val, VT2);