Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance
2466 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in SimplifyICmpInst() local2470 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()2477 if (RExt != CI) { in SimplifyICmpInst()2525 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in SimplifyICmpInst() local2529 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()2535 if (RExt != CI) { in SimplifyICmpInst()