Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Is32Bit

29 static bool is32Bit(EVT VT) {
1094 bool Is32Bit = is32Bit(VT);
1095 SDValue SubReg0 = DAG.getTargetConstant(SystemZ::even128(Is32Bit), VT);
1096 SDValue SubReg1 = DAG.getTargetConstant(SystemZ::odd128(Is32Bit), VT);
1371 assert(!is32Bit(VT) && "Only support 64-bit UMUL_LOHI");
1391 if (is32Bit(VT)) {
1418 if (is32Bit(VT))