Lines Matching refs:ValTy
756 EVT ValTy = N->getValueType(0); in performANDCombine() local
757 if (SMPos != 0 || Pos + SMSize > ValTy.getSizeInBits()) in performANDCombine()
760 return DAG.getNode(MipsISD::Ext, N->getDebugLoc(), ValTy, in performANDCombine()
810 EVT ValTy = N->getValueType(0); in performORCombine() local
811 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
814 return DAG.getNode(MipsISD::Ins, N->getDebugLoc(), ValTy, Shl.getOperand(0), in performORCombine()
838 EVT ValTy = N->getValueType(0); in performADDCombine() local
841 SDValue Add1 = DAG.getNode(ISD::ADD, DL, ValTy, N->getOperand(0), in performADDCombine()
843 return DAG.getNode(ISD::ADD, DL, ValTy, Add1, Lo); in performADDCombine()
2395 EVT ValTy = Op->getValueType(0); in lowerADD() local
2397 SDValue InArgsAddr = DAG.getFrameIndex(FI, ValTy); in lowerADD()
2398 return DAG.getNode(ISD::ADD, Op->getDebugLoc(), ValTy, InArgsAddr, in lowerADD()
2399 DAG.getConstant(0, ValTy)); in lowerADD()