Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp706 bool TrueIfZero; in matchLeftShift() local
710 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchLeftShift()
712 TrueIfZero = (P == CmpInst::ICMP_NE); in matchLeftShift()
721 if (TrueIfZero) { in matchLeftShift()
798 bool TrueIfZero; in matchRightShift() local
806 TrueIfZero = (P == CmpInst::ICMP_EQ); in matchRightShift()
813 TrueIfZero = (P == CmpInst::ICMP_NE); in matchRightShift()
825 if (TrueIfZero) { in matchRightShift()