Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance
3446 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in SimplifyICmpInst() local3450 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()3457 if (RExt != CI) { in SimplifyICmpInst()3514 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in SimplifyICmpInst() local3518 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()3524 if (RExt != CI) { in SimplifyICmpInst()