Lines Matching full:sext
513 // sext(undef) = 0, because the top bits will all be the same.
515 if (opc == Instruction::ZExt || opc == Instruction::SExt ||
665 case Instruction::SExt:
669 CI->getValue().sext(BitWidth));
1438 case Instruction::SExt:
1444 if (CE1->getOpcode() == Instruction::SExt) isSigned = true;
1853 if ((CE1->getOpcode() == Instruction::SExt && ICmpInst::isSigned(pred)) ||