Home | History | Annotate | Download | only in Scalar

Lines Matching defs:PatternValue

372   Constant *PatternValue = nullptr;
386 (PatternValue = getMemSetPatternValue(StoredVal, DL))) {
387 // It looks like we can use PatternValue!
750 Constant *PatternValue = nullptr;
753 PatternValue = getMemSetPatternValue(StoredVal, DL);
755 assert((SplatValue || PatternValue) &&
819 // Otherwise we should form a memset_pattern16. PatternValue is known to be
821 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true,
823 PatternValue, ".memset_pattern");