Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4420 bool IsSignedExt = CastOp0->getOpcode() == Instruction::SExt; in foldICmpWithZextOrSext() local
4452 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()
4478 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()
4490 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()