Searched refs:RSize (Results 1 – 4 of 4) sorted by relevance
425 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local430 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()1424 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local1427 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()3441 unsigned RSize = RVT.getSizeInBits(); in SoftPromoteHalfRes_FCOPYSIGN() local3446 DAG.getConstant(RSize - 1, dl, in SoftPromoteHalfRes_FCOPYSIGN()
2188 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering() local2189 return LSize > RSize; in generateModulesOrdering()
364 size_t RSize = RHS.first; in operator ()() local365 if (LSize != RSize) in operator ()()366 return LSize < RSize; in operator ()()
11838 llvm::APInt LSize, RSize; in mergeTypes() local11840 std::tie(HaveRSize, RSize) = SizeFetch(RVAT, RCAT); in mergeTypes()11841 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()