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

/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A DDifferenceEngine.cpp232 if (!equivalentAsOperands(L.getCalledValue(), R.getCalledValue())) {
241 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
301 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
313 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition())) {
359 if (!equivalentAsOperands(LO, RO)) {
368 bool equivalentAsOperands(Constant *L, Constant *R) { function in class:__anon10506::FunctionDifferenceEngine
378 return Engine.equivalentAsOperands(cast<GlobalValue>(L),
383 return equivalentAsOperands(cast<ConstantExpr>(L),
400 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { function in class:__anon10506::FunctionDifferenceEngine
425 if (!equivalentAsOperands(
431 bool equivalentAsOperands(Value *L, Value *R) { function in class:__anon10506::FunctionDifferenceEngine
680 bool DifferenceEngine::equivalentAsOperands(GlobalValue *L, GlobalValue *R) { function in class:DifferenceEngine
[all...]
H A DDifferenceEngine.h84 bool equivalentAsOperands(GlobalValue *L, GlobalValue *R);

Completed in 122 milliseconds