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.cpp380 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
385 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()
1279 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local
1282 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()
3148 unsigned RSize = RVT.getSizeInBits(); in SoftPromoteHalfRes_FCOPYSIGN() local
3153 DAG.getConstant(RSize - 1, dl, in SoftPromoteHalfRes_FCOPYSIGN()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1935 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering() local
1936 return LSize > RSize; in generateModulesOrdering()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp372 size_t RSize = RHS.first; in operator ()() local
373 if (LSize != RSize) in operator ()()
374 return LSize < RSize; in operator ()()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11248 llvm::APInt LSize, RSize; in mergeTypes() local
11250 std::tie(HaveRSize, RSize) = SizeFetch(RVAT, RCAT); in mergeTypes()
11251 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()