Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.def45 #ifndef LAST_BINARY_INST
46 #define LAST_BINARY_INST(num)
128 LAST_BINARY_INST(25)
184 #undef LAST_BINARY_INST
DInstruction.h408 #define LAST_BINARY_INST(N) BinaryOpsEnd = N+1 macro