Home
last modified time | relevance | path

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

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