Searched refs:RSize (Results 1 – 4 of 4) sorted by relevance
380 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local385 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()1279 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local1282 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()3148 unsigned RSize = RVT.getSizeInBits(); in SoftPromoteHalfRes_FCOPYSIGN() local3153 DAG.getConstant(RSize - 1, dl, in SoftPromoteHalfRes_FCOPYSIGN()
1935 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering() local1936 return LSize > RSize; in generateModulesOrdering()
372 size_t RSize = RHS.first; in operator ()() local373 if (LSize != RSize) in operator ()()374 return LSize < RSize; in operator ()()
11248 llvm::APInt LSize, RSize; in mergeTypes() local11250 std::tie(HaveRSize, RSize) = SizeFetch(RVAT, RCAT); in mergeTypes()11251 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()