Lines Matching refs:equivalentAsOperands

345     if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand(),  in diffCallSites()
355 if (!equivalentAsOperands(L.getArgOperand(I), R.getArgOperand(I), &AC)) { in diffCallSites()
410 if (!equivalentAsOperands(LI.getIncomingValue(I), in diff()
463 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition(), AC)) { in diff()
480 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress(), AC)) { in diff()
495 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition(), AC)) { in diff()
541 if (!equivalentAsOperands(LO, RO, AC)) { in diff()
551 bool equivalentAsOperands(const Constant *L, const Constant *R, in equivalentAsOperands() function in __anon35eb8c210111::FunctionDifferenceEngine
562 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
567 return equivalentAsOperands(cast<ConstantExpr>(L), cast<ConstantExpr>(R), in equivalentAsOperands()
588 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i), AC)) in equivalentAsOperands()
604 if (!equivalentAsOperands(CAL->getAggregateElement(I), in equivalentAsOperands()
641 if (!equivalentAsOperands(LAgg, RAgg, AC)) { in equivalentAsOperands()
652 bool equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R, in equivalentAsOperands() function in __anon35eb8c210111::FunctionDifferenceEngine
686 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
703 bool equivalentAsOperands(const Value *L, const Value *R, in equivalentAsOperands() function in __anon35eb8c210111::FunctionDifferenceEngine
714 return equivalentAsOperands(cast<Constant>(L), cast<Constant>(R), AC); in equivalentAsOperands()
921 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
935 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
1015 bool DifferenceEngine::equivalentAsOperands(const GlobalValue *L, in equivalentAsOperands() function in DifferenceEngine
1025 .equivalentAsOperands(GVL->getInitializer(), GVR->getInitializer(), in equivalentAsOperands()