Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp227 if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand())) { in diffCallSites()
236 if (!equivalentAsOperands(L.getArgOperand(I), R.getArgOperand(I))) { in diffCallSites()
296 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
313 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress())) { in diff()
328 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) { in diff()
372 if (!equivalentAsOperands(LO, RO)) { in diff()
381 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() function in __anone2079f2b0111::FunctionDifferenceEngine
391 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
396 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
417 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i))) in equivalentAsOperands()
[all …]
DDifferenceEngine.h81 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp228 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 …]
DDifferenceEngine.h82 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);