Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance
3701 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in simplifyICmpInst() local3705 if (RExt == CI && MaxRecurse) in simplifyICmpInst()3712 if (RExt != CI) { in simplifyICmpInst()3770 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in simplifyICmpInst() local3774 if (RExt == CI && MaxRecurse) in simplifyICmpInst()3781 if (RExt != CI) { in simplifyICmpInst()