Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3701 Value *RHSCIOp; in foldICmpWithCastAndCast() local
3716 Value *RHSCIOp = RHSC->getOperand(0); in foldICmpWithCastAndCast() local
3717 if (RHSCIOp->getType()->getPointerAddressSpace() == in foldICmpWithCastAndCast()
3743 RHSCIOp = CI->getOperand(0); in foldICmpWithCastAndCast()
3744 if (RHSCIOp->getType() != LHSCIOp->getType()) in foldICmpWithCastAndCast()
3754 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp); in foldICmpWithCastAndCast()
3759 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, RHSCIOp); in foldICmpWithCastAndCast()
3762 return new ICmpInst(ICmp.getUnsignedPredicate(), LHSCIOp, RHSCIOp); in foldICmpWithCastAndCast()