Searched refs:rIndex (Results 1 – 2 of 2) sorted by relevance
252 unsigned rIndex = getRelocationWithOffset(is, is.getSize() - 4); in deleteFallThruJmpInsn() local253 if (rIndex == is.relocs().size()) in deleteFallThruJmpInsn()256 Relocation &r = is.relocs()[rIndex]; in deleteFallThruJmpInsn()
4858 const int rIndex = Items - 1 - Op.getConstantOperandVal(1); in ComputeNumSignBits() local4862 return std::clamp(KnownSign - rIndex * BitWidth, 0, BitWidth); in ComputeNumSignBits()