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

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_color.cpp31 PatternValue* pvalue = (PatternValue*)m_pBuffer;
88 PatternValue* pvalue = (PatternValue*)m_pBuffer;
127 PatternValue* pValue = reinterpret_cast<PatternValue*>(m_pBuffer);
153 PatternValue* pvalue = (PatternValue*)m_pBuffer;
H A Dpageint.h195 struct PatternValue { struct
H A Dcpdf_colorspace.cpp412 return sizeof(PatternValue);
1128 PatternValue* pvalue = (PatternValue*)pBuf;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp450 Constant *PatternValue = 0; local
459 PatternValue = 0;
461 (PatternValue = getMemSetPatternValue(StoredVal, *TD))) {
462 // It looks like we can use PatternValue!
524 // Otherwise we should form a memset_pattern16. PatternValue is known to be
526 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true,
528 PatternValue, ".memset_pattern");
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp372 Constant *PatternValue = nullptr; local
386 (PatternValue = getMemSetPatternValue(StoredVal, DL))) {
387 // It looks like we can use PatternValue!
750 Constant *PatternValue = nullptr; local
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");

Completed in 197 milliseconds