Lines Matching refs:isPattern
1006 static llvm::Constant *patternOrZeroFor(CodeGenModule &CGM, IsPattern isPattern, in patternOrZeroFor() argument
1008 if (isPattern == IsPattern::Yes) in patternOrZeroFor()
1014 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
1019 IsPattern isPattern, in constStructWithPadding() argument
1033 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1040 auto *NewOp = constWithPadding(CGM, isPattern, CurOp); in constStructWithPadding()
1049 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1058 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern, in constWithPadding() argument
1062 return constStructWithPadding(CGM, isPattern, STy, constant); in constWithPadding()
1073 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1078 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1283 static llvm::Constant *replaceUndef(CodeGenModule &CGM, IsPattern isPattern, in replaceUndef() argument
1287 return patternOrZeroFor(CGM, isPattern, Ty); in replaceUndef()
1295 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
1870 IsPattern isPattern = in EmitAutoVarInit() local
1881 replaceUndef(CGM, isPattern, constant)); in EmitAutoVarInit()