Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h35 OP_BEGIN = ISD::BUILTIN_OP_END, enumerator
37 CONST32 = OP_BEGIN,
H A DHexagonISelLowering.cpp3357 if (Opc > HexagonISD::OP_BEGIN && Opc < HexagonISD::OP_END) in LowerOperation()