Home
last modified time | relevance | path

Searched refs:RSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp425 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
430 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()
1424 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local
1427 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()
3441 unsigned RSize = RVT.getSizeInBits(); in SoftPromoteHalfRes_FCOPYSIGN() local
3446 DAG.getConstant(RSize - 1, dl, in SoftPromoteHalfRes_FCOPYSIGN()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2188 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering() local
2189 return LSize > RSize; in generateModulesOrdering()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp364 size_t RSize = RHS.first; in operator ()() local
365 if (LSize != RSize) in operator ()()
366 return LSize < RSize; in operator ()()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11838 llvm::APInt LSize, RSize; in mergeTypes() local
11840 std::tie(HaveRSize, RSize) = SizeFetch(RVAT, RCAT); in mergeTypes()
11841 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()