Lines Matching defs:isPattern
1044 static llvm::Constant *patternOrZeroFor(CodeGenModule &CGM, IsPattern isPattern,
1046 if (isPattern == IsPattern::Yes)
1052 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
1057 IsPattern isPattern,
1071 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy));
1078 auto *NewOp = constWithPadding(CGM, isPattern, CurOp);
1087 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy));
1096 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
1100 return constStructWithPadding(CGM, isPattern, STy, constant);
1111 PaddedOp = constWithPadding(CGM, isPattern, OpValue);
1116 PaddedOp = constWithPadding(CGM, isPattern, OpValue);
1323 static llvm::Constant *replaceUndef(CodeGenModule &CGM, IsPattern isPattern,
1327 return patternOrZeroFor(CGM, isPattern, Ty);
1335 Values[Op] = replaceUndef(CGM, isPattern, OpValue);
1960 IsPattern isPattern =
1971 replaceUndef(CGM, isPattern, constant));