Searched refs:RSize (Results 1 – 3 of 3) sorted by relevance
36 unsigned LSize = LIds.size(), RSize = RIds.size(); in sharedTypeIDs() local37 unsigned MinSize = LSize < RSize ? LSize : RSize; in sharedTypeIDs()
218 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local222 DAG.getConstant(RSize - 1, in SoftenFloatRes_FCOPYSIGN()
2400 APInt RSize = TSize-LSize; in handleBTSplitSwitchCase() local2403 << "LSize: " << LSize << ", RSize: " << RSize << '\n'); in handleBTSplitSwitchCase()2421 RSize.ult(TLI.getMinimumJumpTableEntries()) in handleBTSplitSwitchCase()2423 : RSize.roundToDouble() / (Last - RBegin + 1ULL).roundToDouble(); in handleBTSplitSwitchCase()2438 RSize -= J->size(); in handleBTSplitSwitchCase()