Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4841 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() local
4856 IsSignedExt = true; in foldICmpWithZextOrSext()
4869 IsSignedExt ? Instruction::SExt : Instruction::ZExt; in foldICmpWithZextOrSext()
4885 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()
4911 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()
4923 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()