Searched refs:equivalentAsOperands (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) { in diffCallSites() 237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) { in diffCallSites() 297 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff() 309 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff() 355 if (!equivalentAsOperands(LO, RO)) { in diff() 364 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() function in __anon6bb4de1d0111::FunctionDifferenceEngine 374 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands() 379 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands() 396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands() function in __anon6bb4de1d0111::FunctionDifferenceEngine 421 if (!equivalentAsOperands(L->getOperand(I), R->getOperand(I))) in equivalentAsOperands() [all …]
|
D | DifferenceEngine.h | 83 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);
|