Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:isInt

764         isInt<8>(MI->getOperand(2).getImm()) &&
787 isInt<8>(MI->getOperand(2).getImm())) {
1170 if (isInt<20>(Offset) && isInt<20>(Offset2)) {
1261 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CIJ : 0;
1263 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CGIJ : 0;
1282 if (isInt<16>(Value))
1290 assert(isInt<32>(Value) && "Huge values not handled yet");