Searched refs:equivalentAsOperands (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 293 if (!equivalentAsOperands(LI.getIncomingValue(I), in diff() 424 if (!equivalentAsOperands(LO, RO)) { in diff() 444 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands() 449 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands() 486 if (!equivalentAsOperands(CAL->getAggregateElement(I), in equivalentAsOperands() 523 if (!equivalentAsOperands(LAgg, RAgg)) { in equivalentAsOperands() 573 if (!equivalentAsOperands(LOp, ROp)) in equivalentAsOperands() 580 bool equivalentAsOperands(const Value *L, const Value *R) { in equivalentAsOperands() function in __anon246d63510111::FunctionDifferenceEngine 766 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff() 780 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff() [all …]
|
| H A D | DifferenceEngine.h | 82 bool equivalentAsOperands(const GlobalValue *L, const GlobalValue *R);
|