Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp67 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) EmitTargetCodeForMemcpy() local
98 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { EmitTargetCodeForMemset() local
178 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) { EmitTargetCodeForMemcmp() local
/llvm-project/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c51 unsigned int CSize : 2; member
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1333 if (auto *CSize = dyn_cast<ConstantInt>(Size)) { hasUndefContents() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp167 CharUnits CSize = getSize(C); add() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8901 const ConstantSDNode *CSize = dyn_cast<ConstantSDNode>(getValue(Size)); visitMemCmpBCmpCall() local