Searched refs:LSize (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()
2399 APInt LSize = FrontCase.size(); in handleBTSplitSwitchCase() local2400 APInt RSize = TSize-LSize; in handleBTSplitSwitchCase()2403 << "LSize: " << LSize << ", RSize: " << RSize << '\n'); in handleBTSplitSwitchCase()2417 LSize.ult(TLI.getMinimumJumpTableEntries()) in handleBTSplitSwitchCase()2419 : LSize.roundToDouble() / (LEnd - First + 1ULL).roundToDouble(); in handleBTSplitSwitchCase()2437 LSize += J->size(); in handleBTSplitSwitchCase()
217 unsigned LSize = LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local242 DAG.getConstant(LSize - 1, in SoftenFloatRes_FCOPYSIGN()