Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp414 bool equivalentAsOperands(const Constant *L, const Constant *R) { in equivalentAsOperands() function in __anon3906a3ef0111::FunctionDifferenceEngine
514 bool equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R) { in equivalentAsOperands() function in __anon3906a3ef0111::FunctionDifferenceEngine
560 bool equivalentAsOperands(const Value *L, const Value *R) { in equivalentAsOperands() function in __anon3906a3ef0111::FunctionDifferenceEngine
840 bool DifferenceEngine::equivalentAsOperands(const GlobalValue *L, in equivalentAsOperands() function in DifferenceEngine