Lines Matching defs:isPattern
1021 static llvm::Constant *patternOrZeroFor(CodeGenModule &CGM, IsPattern isPattern,
1023 if (isPattern == IsPattern::Yes)
1029 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
1034 IsPattern isPattern,
1048 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy));
1055 auto *NewOp = constWithPadding(CGM, isPattern, CurOp);
1064 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy));
1073 static llvm::Constant *constWithPadding(CodeGenModule &CGM, IsPattern isPattern,
1077 return constStructWithPadding(CGM, isPattern, STy, constant);
1088 PaddedOp = constWithPadding(CGM, isPattern, OpValue);
1093 PaddedOp = constWithPadding(CGM, isPattern, OpValue);
1300 static llvm::Constant *replaceUndef(CodeGenModule &CGM, IsPattern isPattern,
1304 return patternOrZeroFor(CGM, isPattern, Ty);
1312 Values[Op] = replaceUndef(CGM, isPattern, OpValue);
1996 IsPattern isPattern =
2007 replaceUndef(CGM, isPattern, constant));