Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp67 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) in EmitTargetCodeForMemcpy() local
98 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemset() local
178 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { in EmitTargetCodeForMemcmp() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c51 unsigned int CSize : 2; member
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1300 if (auto *CSize = dyn_cast<ConstantInt>(Size)) { in hasUndefContents() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp218 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8; in ExtractConstantBytes() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp165 CharUnits CSize = getSize(C); in add() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7917 const ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(getValue(Size)); in visitMemCmpBCmpCall() local