Lines Matching refs:isPattern
1014 static llvm::Constant *patternOrZeroFor(CodeGenModule &CGM, IsPattern isPattern, in patternOrZeroFor() argument
1016 if (isPattern == IsPattern::Yes) in patternOrZeroFor()
1022 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
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()
1066 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern, in constWithPadding() argument
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()
1291 static llvm::Constant *replaceUndef(CodeGenModule &CGM, IsPattern isPattern, in replaceUndef() argument
1295 return patternOrZeroFor(CGM, isPattern, Ty); in replaceUndef()
1303 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
1876 IsPattern isPattern = in EmitAutoVarInit() local
1887 replaceUndef(CGM, isPattern, constant)); in EmitAutoVarInit()