Searched refs:rIndex (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp252 unsigned rIndex = getRelocationWithOffset(is, is.getSize() - 4); local
253 if (rIndex == is.relocs().size())
256 Relocation &r = is.relocs()[rIndex];
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4650 const int rIndex = Items - 1 - Op.getConstantOperandVal(1);
4654 return std::clamp(KnownSign - rIndex * BitWidth, 0, BitWidth);

Completed in 85 milliseconds