Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance
2061 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in SimplifyICmpInst() local2065 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()2072 if (RExt != CI) { in SimplifyICmpInst()2120 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in SimplifyICmpInst() local2124 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()2130 if (RExt != CI) { in SimplifyICmpInst()