Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3738 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt; in foldICmpWithCastAndCast() local
3758 if (isSignedCmp && isSignedExt) in foldICmpWithCastAndCast()
3783 if (isSignedExt && isSignedCmp) in foldICmpWithCastAndCast()
3797 if (isSignedCmp || !isSignedExt || !isa<ConstantInt>(C)) in foldICmpWithCastAndCast()