Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h140 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode() function
148 return isPossiblyExactOpcode(CE->getOpcode()); in classof()
151 return isPossiblyExactOpcode(I->getOpcode()); in classof()