Home
last modified time | relevance | path

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

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