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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1059 llvm::Constant *OpValue, *PaddedOp; local
1062 PaddedOp = constWithPadding(CGM, isPattern, OpValue);
1067 PaddedOp = constWithPadding(CGM, isPattern, OpValue);
1069 Values.push_back(PaddedOp);

Completed in 37 milliseconds