Searched defs:isValidOffset (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | DataExtractor.h | 665 bool isValidOffset(uint64_t offset) const { return size() > offset; } in isValidOffset() function |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonOptAddrMode.cpp | 334 bool HexagonOptAddrMode::isValidOffset(MachineInstr *MI, int Offset) { isValidOffset() function in HexagonOptAddrMode |
H A D | HexagonInstrInfo.cpp | 2748 bool HexagonInstrInfo::isValidOffset(unsigned Opcode, int Offset, isValidOffset() function in HexagonInstrInfo |
/llvm-project/lld/MachO/Arch/ | ||
H A D | ARM64.cpp | 658 auto isValidOffset = [&](uint64_t offset) { applyOptimizationHints() local |