Searched refs:CSize (Results 1 – 6 of 6) sorted by relevance
177 VOID GetScrollBarState(CSize sizeClient, CSize& needSb,178 CSize& sizeRange, CPoint& ptMove,181 VOID GetScrollBarSizes(CSize& sizeSb);182 BOOL GetTrueClientSize(CSize& size, CSize& sizeSb);
77 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local79 CSize->getZExtValue()); in EmitTargetCodeForMemcpy()108 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemset() local109 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset()188 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemcmp() local189 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp()
1083 APInt CSize = C->getValue(); in findLoadOffsetRange() local1084 if (CSize.isNegative()) in findLoadOffsetRange()1087 return Known({APInt(CSize.getBitWidth(), 0), CSize}); in findLoadOffsetRange()
1399 if (auto *CSize = dyn_cast<ConstantInt>(Size)) { in hasUndefContents() local1401 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()
175 CharUnits CSize = getSize(C); in add() local176 std::optional<size_t> LastElemToReplace = splitAt(Offset + CSize); in add()185 Size = std::max(Size, Offset + CSize); in add()
9065 const ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(getValue(Size)); in visitMemCmpBCmpCall() local9066 if (CSize && CSize->getZExtValue() == 0) { in visitMemCmpBCmpCall()9085 if (!CSize || !isOnlyUsedInZeroEqualityComparison(&I)) in visitMemCmpBCmpCall()9114 unsigned NumBitsToCompare = CSize->getZExtValue() * 8; in visitMemCmpBCmpCall()