Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance
2402 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in SimplifyICmpInst() local2406 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()2413 if (RExt != CI) { in SimplifyICmpInst()2461 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in SimplifyICmpInst() local2465 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()2471 if (RExt != CI) { in SimplifyICmpInst()