Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp404 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()
466 if (!equivalentAsOperands(CAL->getAggregateElement(I), in equivalentAsOperands()
503 if (!equivalentAsOperands(LAgg, RAgg)) { in equivalentAsOperands()
553 if (!equivalentAsOperands(LOp, ROp)) in equivalentAsOperands()
560 bool equivalentAsOperands(const Value *L, const Value *R) { in equivalentAsOperands() function in __anon3906a3ef0111::FunctionDifferenceEngine
746 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
760 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
[all …]
H A DDifferenceEngine.h82 bool equivalentAsOperands(const GlobalValue *L, const GlobalValue *R);