Lines Matching refs:isPattern
1025 static llvm::Constant *patternOrZeroFor(CodeGenModule &CGM, IsPattern isPattern, in patternOrZeroFor() argument
1027 if (isPattern == IsPattern::Yes) in patternOrZeroFor()
1033 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
1038 IsPattern isPattern, in constStructWithPadding() argument
1052 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1059 auto *NewOp = constWithPadding(CGM, isPattern, CurOp); in constStructWithPadding()
1068 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1077 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern, in constWithPadding() argument
1081 return constStructWithPadding(CGM, isPattern, STy, constant); in constWithPadding()
1092 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1097 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1298 static llvm::Constant *replaceUndef(CodeGenModule &CGM, IsPattern isPattern, in replaceUndef() argument
1302 return patternOrZeroFor(CGM, isPattern, Ty); in replaceUndef()
1310 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
1889 IsPattern isPattern = in EmitAutoVarInit() local
1900 replaceUndef(CGM, isPattern, constant)); in EmitAutoVarInit()