Searched refs:isPattern (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1016 if (isPattern == IsPattern::Yes) in patternOrZeroFor() 1027 IsPattern isPattern, in constStructWithPadding() argument 1041 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding() 1048 auto *NewOp = constWithPadding(CGM, isPattern, CurOp); in constStructWithPadding() 1057 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding() 1070 return constStructWithPadding(CGM, isPattern, STy, constant); in constWithPadding() 1081 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding() 1086 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding() 1295 return patternOrZeroFor(CGM, isPattern, Ty); in replaceUndef() 1303 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef() [all …]
|