Lines Matching refs:equivalentAsOperands

235     if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand())) {  in diffCallSites()
244 if (!equivalentAsOperands(L.getArgOperand(I), R.getArgOperand(I))) { in diffCallSites()
326 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
343 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress())) { in diff()
358 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
404 if (!equivalentAsOperands(LO, RO)) { in diff()
414 bool equivalentAsOperands(const Constant *L, const Constant *R) { in equivalentAsOperands() function in __anon3906a3ef0111::FunctionDifferenceEngine
424 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
429 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
450 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i))) in equivalentAsOperands()
466 if (!equivalentAsOperands(CAL->getAggregateElement(I), in equivalentAsOperands()
503 if (!equivalentAsOperands(LAgg, RAgg)) { in equivalentAsOperands()
514 bool equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R) { in equivalentAsOperands() function in __anon3906a3ef0111::FunctionDifferenceEngine
553 if (!equivalentAsOperands(LOp, ROp)) in equivalentAsOperands()
560 bool equivalentAsOperands(const Value *L, const Value *R) { in equivalentAsOperands() function in __anon3906a3ef0111::FunctionDifferenceEngine
570 return equivalentAsOperands(cast<Constant>(L), cast<Constant>(R)); in equivalentAsOperands()
746 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
760 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
840 bool DifferenceEngine::equivalentAsOperands(const GlobalValue *L, in equivalentAsOperands() function in DifferenceEngine
850 .equivalentAsOperands(GVL->getInitializer(), GVR->getInitializer()); in equivalentAsOperands()