Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp345 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()
[all …]
H A DDifferenceEngine.h82 bool equivalentAsOperands(const GlobalValue *L, const GlobalValue *R);