Home | History | Annotate | Download | only in IR

Lines Matching refs:SExt

514     // sext(undef) = 0, because the top bits will all be the same.
516 if (opc == Instruction::ZExt || opc == Instruction::SExt ||
669 case Instruction::SExt:
673 CI->getValue().sext(BitWidth));
1459 case Instruction::SExt:
1465 if (CE1->getOpcode() == Instruction::SExt) isSigned = true;
1883 if ((CE1->getOpcode() == Instruction::SExt && ICmpInst::isSigned(pred)) ||