Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp551 bool equivalentAsOperands(const Constant *L, const Constant *R, in equivalentAsOperands() function in __anon35eb8c210111::FunctionDifferenceEngine
652 bool equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R, in equivalentAsOperands() function in __anon35eb8c210111::FunctionDifferenceEngine
703 bool equivalentAsOperands(const Value *L, const Value *R, in equivalentAsOperands() function in __anon35eb8c210111::FunctionDifferenceEngine
1015 bool DifferenceEngine::equivalentAsOperands(const GlobalValue *L, in equivalentAsOperands() function in DifferenceEngine