Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1089 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1092 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1097 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1099 Values.push_back(PaddedOp); in constWithPadding()