Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.def87 #ifndef LAST_OTHER_INST
88 #define LAST_OTHER_INST(num)
176 LAST_OTHER_INST(59)
196 #undef LAST_OTHER_INST
DInstruction.h429 #define LAST_OTHER_INST(N) OtherOpsEnd = N+1 macro
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1331 #define LAST_OTHER_INST(NUM) InstructionOpcodesCount = NUM in InstructionOpcodeToISD() macro