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.cpp713 bool TrueIfZero; in matchLeftShift() local
717 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchLeftShift()
719 TrueIfZero = (P == CmpInst::ICMP_NE); in matchLeftShift()
728 if (TrueIfZero) { in matchLeftShift()
804 bool TrueIfZero; in matchRightShift() local
811 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()
817 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()
828 if (TrueIfZero) { in matchRightShift()