Searched refs:IsSignedExt (Results 1 – 1 of 1) sorted by relevance
4488 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() local4520 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()4546 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()4558 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()