Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1550 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt; in visitICmpInstWithCastAndCast() local
1570 if (isSignedCmp && isSignedExt) in visitICmpInstWithCastAndCast()
1596 if (isSignedExt && isSignedCmp) in visitICmpInstWithCastAndCast()
1608 if (isSignedCmp || !isSignedExt) in visitICmpInstWithCastAndCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2410 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt; in visitICmpInstWithCastAndCast() local
2430 if (isSignedCmp && isSignedExt) in visitICmpInstWithCastAndCast()
2455 if (isSignedExt && isSignedCmp) in visitICmpInstWithCastAndCast()
2469 if (isSignedCmp || !isSignedExt || !isa<ConstantInt>(C)) in visitICmpInstWithCastAndCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3661 bool isSignedExt = LHSCI->getOpcode() == Instruction::SExt; in foldICmpWithCastAndCast() local
3681 if (isSignedCmp && isSignedExt) in foldICmpWithCastAndCast()
3706 if (isSignedExt && isSignedCmp) in foldICmpWithCastAndCast()
3720 if (isSignedCmp || !isSignedExt || !isa<ConstantInt>(C)) in foldICmpWithCastAndCast()