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

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp228 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
297 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
309 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
355 if (!equivalentAsOperands(LO, RO)) {
364 bool equivalentAsOperands(Constant *L, Constant *R) { function in class:__anon26399::FunctionDifferenceEngine
374 return Engine.equivalentAsOperands(cast<GlobalValue>(L),
379 return equivalentAsOperands(cast<ConstantExpr>(L),
396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { function in class:__anon26399::FunctionDifferenceEngine
421 if (!equivalentAsOperands(
427 bool equivalentAsOperands(Value *L, Value *R) { function in class:__anon26399::FunctionDifferenceEngine
676 bool DifferenceEngine::equivalentAsOperands(GlobalValue *L, GlobalValue *R) { function in class:DifferenceEngine
[all...]
H A DDifferenceEngine.h83 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);

Completed in 2835 milliseconds