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