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

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

Completed in 175 milliseconds