Searched refs:CSize (Results 1 – 5 of 5) sorted by relevance
67 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local69 CSize->getZExtValue()); in EmitTargetCodeForMemcpy()98 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemset() local99 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset()178 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemcmp() local179 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp()
38 …bject_emit_len" ucl_object_emit_len :: UCLObjectHandle -> UCLEmitterType -> Ptr CSize -> IO CString
1398 if (auto *CSize = dyn_cast<ConstantInt>(Size)) { in hasUndefContents() local1400 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()
168 CharUnits CSize = getSize(C); in add() local169 std::optional<size_t> LastElemToReplace = splitAt(Offset + CSize); in add()178 Size = std::max(Size, Offset + CSize); in add()
8916 const ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(getValue(Size)); in visitMemCmpBCmpCall() local8917 if (CSize && CSize->getZExtValue() == 0) { in visitMemCmpBCmpCall()8936 if (!CSize || !isOnlyUsedInZeroEqualityComparison(&I)) in visitMemCmpBCmpCall()8965 unsigned NumBitsToCompare = CSize->getZExtValue() * 8; in visitMemCmpBCmpCall()