Searched refs:IsSignedExt (Results 1 – 1 of 1) sorted by relevance
4839 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() local4854 IsSignedExt = true; in foldICmpWithZextOrSext()4867 IsSignedExt ? Instruction::SExt : Instruction::ZExt; in foldICmpWithZextOrSext()4883 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()4909 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()4921 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()