Searched refs:IsSignedExt (Results 1 – 1 of 1) sorted by relevance
5558 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() local5587 IsSignedExt = true; in foldICmpWithZextOrSext()5600 IsSignedExt ? Instruction::SExt : Instruction::ZExt; in foldICmpWithZextOrSext()5616 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()5637 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()5649 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()