Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance
1635 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in SimplifyICmpInst() local1639 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()1646 if (RExt != CI) { in SimplifyICmpInst()1695 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in SimplifyICmpInst() local1699 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()1706 if (RExt != CI) { in SimplifyICmpInst()