Home
last modified time | relevance | path

Searched refs:hasOperand (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1236 bool hasOperand(const SCEV *S, const SCEV *Op) const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp13865 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution