Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.def73 #ifndef LAST_CAST_INST
74 #define LAST_CAST_INST(num)
157 LAST_CAST_INST(44)
191 #undef LAST_CAST_INST
DInstruction.h404 #define LAST_CAST_INST(N) CastOpsEnd = N+1 macro