Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PatternValue

429   Constant *PatternValue = nullptr;
445 (PatternValue = getMemSetPatternValue(StoredVal, DL))) {
446 PatternValue!
855 Constant *PatternValue = nullptr;
858 PatternValue = getMemSetPatternValue(StoredVal, DL);
860 assert((SplatValue || PatternValue) &&
930 // Otherwise we should form a memset_pattern16. PatternValue is known to be
932 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true,
934 PatternValue, ".memset_pattern");