Searched refs:needToCmpOperands (Results 1 – 3 of 3) sorted by relevance
88 bool &needToCmpOperands) { in testCmpOperations() argument90 return cmpOperations(L, R, needToCmpOperands); in testCmpOperations()125 bool needToCmpOperands = false; in TEST() local126 EXPECT_EQ(Cmp.testCmpOperations(F1.I, F2.I, needToCmpOperands), 0); in TEST()127 EXPECT_TRUE(needToCmpOperands); in TEST()
488 bool &needToCmpOperands) const { in cmpOperations()489 needToCmpOperands = true; in cmpOperations()501 needToCmpOperands = false; in cmpOperations()771 bool needToCmpOperands = true; in cmpBasicBlocks() local772 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()774 if (needToCmpOperands) { in cmpBasicBlocks()
279 bool &needToCmpOperands) const;