Home
last modified time | relevance | path

Searched refs:LSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1177 const TypeSize LSize = VLeftSize.getValue(); in aliasGEP() local
1178 if (!LSize.isScalable()) { in aliasGEP()
1179 if (Off.ult(LSize)) { in aliasGEP()
1184 Off.ule(INT32_MAX) && (Off + VRightSize.getValue()).ule(LSize)) { in aliasGEP()
1199 APInt(Off.getBitWidth(), LSize.getKnownMinValue()), Overflow); in aliasGEP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp379 unsigned LSize = LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() local
410 DAG.getConstant(LSize - 1, dl, in SoftenFloatRes_FCOPYSIGN()
1278 unsigned LSize = LVT.getSizeInBits(); in SoftenFloatOp_FCOPYSIGN() local
1282 int SizeDiff = RSize - LSize; in SoftenFloatOp_FCOPYSIGN()
3147 unsigned LSize = LVT.getSizeInBits(); in SoftPromoteHalfRes_FCOPYSIGN() local
3178 DAG.getConstant(LSize - 1, dl, in SoftPromoteHalfRes_FCOPYSIGN()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1934 auto LSize = R[LeftIndex]->getBuffer().size(); in generateModulesOrdering() local
1936 return LSize > RSize; in generateModulesOrdering()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp371 size_t LSize = LHS.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
11249 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()
11251 if (HaveLSize && HaveRSize && !llvm::APInt::isSameValue(LSize, RSize)) in mergeTypes()