Home | History | Annotate | Download | only in Utils

Lines Matching refs:cmpValues

347     if (int Res = cmpValues(LBA->getFunction(), RBA->getFunction()))
369 // cmpValues said the functions are the same. So because they aren't
373 // cmpValues will tell us if these are equivalent BasicBlocks, in the
375 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock());
490 if (int Res = cmpValues(L, R))
504 cmpValues(GEPL->getPointerOperand(), GEPR->getPointerOperand()))
656 cmpValues(PNL->getIncomingBlock(i), PNR->getIncomingBlock(i)))
689 if (int Res = cmpValues(GEPL->getOperand(i), GEPR->getOperand(i)))
722 int FunctionComparator::cmpValues(const Value *L, const Value *R) const {
780 if (int Res = cmpValues(OpL, OpR))
782 // cmpValues should ensure this is true.
838 if (cmpValues(&*ArgLI, &*ArgRI) != 0)
866 if (int Res = cmpValues(BBL, BBR))