Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp333 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
338 DAG.getConstant(RSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()
1094 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local
1097 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()
2711 unsigned RSize = RVT.getSizeInBits(); in SoftPromoteHalfRes_FCOPYSIGN() local
2716 DAG.getConstant(RSize - 1, dl, in SoftPromoteHalfRes_FCOPYSIGN()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1694 auto RSize = R[RightIndex]->getBuffer().size(); in generateModulesOrdering() local
1695 return LSize > RSize; in generateModulesOrdering()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10663 llvm::APInt LSize, RSize; in mergeTypes() local
10665 std::tie(HaveRSize, RSize) = SizeFetch(RVAT, RCAT); in mergeTypes()
10666 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()