Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance
3771 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in simplifyICmpInst() local3775 if (RExt == CI && MaxRecurse) in simplifyICmpInst()3782 if (RExt != CI) { in simplifyICmpInst()3840 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in simplifyICmpInst() local3844 if (RExt == CI && MaxRecurse) in simplifyICmpInst()3851 if (RExt != CI) { in simplifyICmpInst()