Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3446 Constant *RExt = ConstantExpr::getCast(CastInst::ZExt, Trunc, DstTy); in SimplifyICmpInst() local
3450 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()
3457 if (RExt != CI) { in SimplifyICmpInst()
3514 Constant *RExt = ConstantExpr::getCast(CastInst::SExt, Trunc, DstTy); in SimplifyICmpInst() local
3518 if (RExt == CI && MaxRecurse) in SimplifyICmpInst()
3524 if (RExt != CI) { in SimplifyICmpInst()