Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5887 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() local
5916 IsSignedExt = true; in foldICmpWithZextOrSext()
5929 IsSignedExt ? Instruction::SExt : Instruction::ZExt; in foldICmpWithZextOrSext()
5945 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()
5966 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()
5978 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()