Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4839 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() local
4854 IsSignedExt = true; in foldICmpWithZextOrSext()
4867 IsSignedExt ? Instruction::SExt : Instruction::ZExt; in foldICmpWithZextOrSext()
4883 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()
4909 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()
4921 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()