Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h147 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode() function
154 return isPossiblyExactOpcode(CE->getOpcode()); in classof()
157 return isPossiblyExactOpcode(I->getOpcode()); in classof()
/external/llvm/include/llvm/IR/
DOperator.h145 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode() function
152 return isPossiblyExactOpcode(CE->getOpcode()); in classof()
155 return isPossiblyExactOpcode(I->getOpcode()); in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h140 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode() function
148 return isPossiblyExactOpcode(CE->getOpcode()); in classof()
151 return isPossiblyExactOpcode(I->getOpcode()); in classof()