Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h110 static bool inRange(int64_t Value, unsigned NumBits) { in inRange() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp43 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() function