Searched refs:CSize (Results 1 – 6 of 6) sorted by relevance
55 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local57 Chain, Dst, Src, CSize->getZExtValue()); in EmitTargetCodeForMemcpy()84 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemset() local85 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset()184 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemcmp() local185 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp()
78 int32_t CSize = MaxCompressionSize) {82 CSize == -1 ? HS : std::min(static_cast<uint32_t>(CSize), HS);
1245 if (ConstantInt *CSize = dyn_cast<ConstantInt>(Size)) { in hasUndefContents() local1249 if (LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()1266 if (ConstantInt *CSize = dyn_cast<ConstantInt>(Size)) { in hasUndefContentsMSSA() local1268 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContentsMSSA()
219 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; in ExtractConstantBytes() local221 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input"); in ExtractConstantBytes()222 assert(ByteSize != CSize && "Should not extract everything"); in ExtractConstantBytes()280 if (ShAmt.uge(CSize - ByteStart)) in ExtractConstantBytes()284 if (ShAmt.ule(CSize - (ByteStart + ByteSize))) in ExtractConstantBytes()
165 CharUnits CSize = getSize(C); in add() local166 llvm::Optional<size_t> LastElemToReplace = splitAt(Offset + CSize); in add()175 Size = std::max(Size, Offset + CSize); in add()
7576 const ConstantInt *CSize = dyn_cast<ConstantInt>(Size); in visitMemCmpBCmpCall() local7577 if (CSize && CSize->getZExtValue() == 0) { in visitMemCmpBCmpCall()7596 if (!CSize || !isOnlyUsedInZeroEqualityComparison(&I)) in visitMemCmpBCmpCall()7625 unsigned NumBitsToCompare = CSize->getZExtValue() * 8; in visitMemCmpBCmpCall()