Searched refs:isSignedExt (Results 1 – 1 of 1) sorted by relevance
3738 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt; in foldICmpWithCastAndCast() local3758 if (isSignedCmp && isSignedExt) in foldICmpWithCastAndCast()3783 if (isSignedExt && isSignedCmp) in foldICmpWithCastAndCast()3797 if (isSignedCmp || !isSignedExt || !isa<ConstantInt>(C)) in foldICmpWithCastAndCast()