Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:VT2

11119 bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
11120 if (!VT1.isInteger() || !VT2.isInteger())
11123 unsigned NumBits2 = VT2.getSizeInBits();
11127 bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
11144 return TargetLowering::isZExtFree(Val, VT2);