Lines Matching full:issigned
2736 bool isSigned, const Twine &Name,2745 (isSigned ? Instruction::SExt : Instruction::ZExt)));2750 bool isSigned, const Twine &Name,2759 (isSigned ? Instruction::SExt : Instruction::ZExt)));3539 bool CmpInst::isSigned(Predicate predicate) {