Searched refs:needToCmpOperands (Results 1 – 3 of 3) sorted by relevance
87 bool &needToCmpOperands) { in testCmpOperations() argument89 return cmpOperations(L, R, needToCmpOperands); in testCmpOperations()124 bool needToCmpOperands = false; in TEST() local125 EXPECT_EQ(Cmp.testCmpOperations(F1.I, F2.I, needToCmpOperands), 0); in TEST()126 EXPECT_TRUE(needToCmpOperands); in TEST()
523 bool &needToCmpOperands) const { in cmpOperations()524 needToCmpOperands = true; in cmpOperations()536 needToCmpOperands = false; in cmpOperations()804 bool needToCmpOperands = true; in cmpBasicBlocks() local805 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()807 if (needToCmpOperands) { in cmpBasicBlocks()
278 bool &needToCmpOperands) const;