Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1100 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1103 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1108 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1110 Values.push_back(PaddedOp); in constWithPadding()