Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp67 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local
69 CSize->getZExtValue()); in EmitTargetCodeForMemcpy()
98 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemset() local
99 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset()
178 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemcmp() local
179 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp()
/freebsd/contrib/libucl/haskell/
H A Dhucl.hs38 …bject_emit_len" ucl_object_emit_len :: UCLObjectHandle -> UCLEmitterType -> Ptr CSize -> IO CString
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1398 if (auto *CSize = dyn_cast<ConstantInt>(Size)) { in hasUndefContents() local
1400 LTSize->getZExtValue() >= CSize->getZExtValue()) in hasUndefContents()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp168 CharUnits CSize = getSize(C); in add() local
169 std::optional<size_t> LastElemToReplace = splitAt(Offset + CSize); in add()
178 Size = std::max(Size, Offset + CSize); in add()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8916 const ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(getValue(Size)); in visitMemCmpBCmpCall() local
8917 if (CSize && CSize->getZExtValue() == 0) { in visitMemCmpBCmpCall()
8936 if (!CSize || !isOnlyUsedInZeroEqualityComparison(&I)) in visitMemCmpBCmpCall()
8965 unsigned NumBitsToCompare = CSize->getZExtValue() * 8; in visitMemCmpBCmpCall()