Lines Matching refs:equivalentAsOperands
235 if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand())) { in diffCallSites()
244 if (!equivalentAsOperands(L.getArgOperand(I), R.getArgOperand(I))) { in diffCallSites()
293 if (!equivalentAsOperands(LI.getIncomingValue(I), in diff()
346 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
363 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress())) { in diff()
378 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
424 if (!equivalentAsOperands(LO, RO)) { in diff()
434 bool equivalentAsOperands(const Constant *L, const Constant *R) { in equivalentAsOperands() function in __anon246d63510111::FunctionDifferenceEngine
444 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
449 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
470 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i))) in equivalentAsOperands()
486 if (!equivalentAsOperands(CAL->getAggregateElement(I), in equivalentAsOperands()
523 if (!equivalentAsOperands(LAgg, RAgg)) { in equivalentAsOperands()
534 bool equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R) { in equivalentAsOperands() function in __anon246d63510111::FunctionDifferenceEngine
573 if (!equivalentAsOperands(LOp, ROp)) in equivalentAsOperands()
580 bool equivalentAsOperands(const Value *L, const Value *R) { in equivalentAsOperands() function in __anon246d63510111::FunctionDifferenceEngine
590 return equivalentAsOperands(cast<Constant>(L), cast<Constant>(R)); in equivalentAsOperands()
766 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
780 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
860 bool DifferenceEngine::equivalentAsOperands(const GlobalValue *L, in equivalentAsOperands() function in DifferenceEngine
870 .equivalentAsOperands(GVL->getInitializer(), GVR->getInitializer()); in equivalentAsOperands()