Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp382 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() function in __anon565615e00111::FunctionDifferenceEngine
427 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands() function in __anon565615e00111::FunctionDifferenceEngine
458 bool equivalentAsOperands(Value *L, Value *R) { in equivalentAsOperands() function in __anon565615e00111::FunctionDifferenceEngine
734 bool DifferenceEngine::equivalentAsOperands(GlobalValue *L, GlobalValue *R) { in equivalentAsOperands() function in DifferenceEngine