Home
last modified time | relevance | path

Searched refs:equivalentAsOperands (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp410 if (!equivalentAsOperands(LI.getIncomingValue(I), in diff()
541 if (!equivalentAsOperands(LO, RO, AC)) { in diff()
551 bool equivalentAsOperands(const Constant *L, const Constant *R, in equivalentAsOperands() function in __anoncf3dc2d70111::FunctionDifferenceEngine
562 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
604 if (!equivalentAsOperands(CAL->getAggregateElement(I), in equivalentAsOperands()
641 if (!equivalentAsOperands(LAgg, RAgg, AC)) { in equivalentAsOperands()
692 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
709 bool equivalentAsOperands(const Value *L, const Value *R, in equivalentAsOperands() function in __anoncf3dc2d70111::FunctionDifferenceEngine
927 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
941 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
[all …]
H A DDifferenceEngine.h82 bool equivalentAsOperands(const GlobalValue *L, const GlobalValue *R);