Home
last modified time | relevance | path

Searched refs:RExt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3701 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in simplifyICmpInst() local
3705 if (RExt == CI && MaxRecurse) in simplifyICmpInst()
3712 if (RExt != CI) { in simplifyICmpInst()
3770 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in simplifyICmpInst() local
3774 if (RExt == CI && MaxRecurse) in simplifyICmpInst()
3781 if (RExt != CI) { in simplifyICmpInst()