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