Home
last modified time | relevance | path

Searched refs:CSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.h177 VOID GetScrollBarState(CSize sizeClient, CSize& needSb,
178 CSize& sizeRange, CPoint& ptMove,
181 VOID GetScrollBarSizes(CSize& sizeSb);
182 BOOL GetTrueClientSize(CSize& size, CSize& sizeSb);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp77 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local
79 CSize->getZExtValue()); in EmitTargetCodeForMemcpy()
108 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemset() local
109 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset()
188 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemcmp() local
189 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1083 APInt CSize = C->getValue(); in findLoadOffsetRange() local
1084 if (CSize.isNegative()) in findLoadOffsetRange()
1087 return Known({APInt(CSize.getBitWidth(), 0), CSize}); in findLoadOffsetRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1399 if (auto *CSize = dyn_cast<ConstantInt>(Size)) { in hasUndefContents() local
1401 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp175 CharUnits CSize = getSize(C); in add() local
176 std::optional<size_t> LastElemToReplace = splitAt(Offset + CSize); in add()
185 Size = std::max(Size, Offset + CSize); in add()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9065 const ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(getValue(Size)); in visitMemCmpBCmpCall() local
9066 if (CSize && CSize->getZExtValue() == 0) { in visitMemCmpBCmpCall()
9085 if (!CSize || !isOnlyUsedInZeroEqualityComparison(&I)) in visitMemCmpBCmpCall()
9114 unsigned NumBitsToCompare = CSize->getZExtValue() * 8; in visitMemCmpBCmpCall()