Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp724 const int64_t PosLow, const int64_t PosHigh, in verifyInsExtInstruction() argument
735 if (!((PosLow <= Pos) && (Pos < PosHigh))) { in verifyInsExtInstruction()