Searched refs:PatternValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp457 Constant *PatternValue = 0; local
466 PatternValue = 0;
468 (PatternValue = getMemSetPatternValue(StoredVal, *TD))) {
469 // It looks like we can use PatternValue!
531 // Otherwise we should form a memset_pattern16. PatternValue is known to be
533 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true,
535 PatternValue, ".memset_pattern");

Completed in 71 milliseconds