Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h151 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode() function
158 return isPossiblyExactOpcode(CE->getOpcode()); in classof()
161 return isPossiblyExactOpcode(I->getOpcode()); in classof()