Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.def63 #ifndef FIRST_CAST_INST
64 #define FIRST_CAST_INST(num)
144 FIRST_CAST_INST(33)
189 #undef FIRST_CAST_INST
DInstruction.h402 #define FIRST_CAST_INST(N) CastOpsBegin = N, macro