Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp723 bool TrueIfZero; in matchLeftShift() local
727 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchLeftShift()
729 TrueIfZero = (P == CmpInst::ICMP_NE); in matchLeftShift()
738 if (TrueIfZero) { in matchLeftShift()
815 bool TrueIfZero; in matchRightShift() local
823 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()
830 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()
842 if (TrueIfZero) { in matchRightShift()