Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites()
237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) { in diffCallSites()
314 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress())) { in diff()
373 if (!equivalentAsOperands(LO, RO)) { in diff()
382 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() function in __anon565615e00111::FunctionDifferenceEngine
392 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
397 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
427 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands() function in __anon565615e00111::FunctionDifferenceEngine
452 if (!equivalentAsOperands(L->getOperand(I), R->getOperand(I))) in equivalentAsOperands()
458 bool equivalentAsOperands(Value *L, Value *R) { in equivalentAsOperands() function in __anon565615e00111::FunctionDifferenceEngine
[all …]
H A DDifferenceEngine.h82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);