Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
814 bool TrueIfZero; in matchRightShift() local
821 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()
827 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()
838 if (TrueIfZero) { in matchRightShift()