Home
last modified time | relevance | path

Searched defs:inRange (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h195 bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
202 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h110 static bool inRange(int64_t Value, unsigned NumBits) { in inRange() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h77 inRange (uint64_t left, uint64_t right) in inRange() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.h75 inRange (uint64_t left, uint64_t right) in inRange() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp43 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() function