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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFormatConverter.cpp1238 typedef typename DataTypeForFormat<SrcFormat>::Type SrcType; typedef
1242 const ptrdiff_t srcStrideInElements = m_srcStride / sizeof(SrcType);
1248 const SrcType *srcRowStart = static_cast<const SrcType*>(m_srcStart);
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp1537 Type *SrcType = Trunc->getOperand()->getType(); variable
1544 if (T->getOperand()->getType() != SrcType) {
1550 LargeOps.push_back(getAnyExtendExpr(C, SrcType));
1556 if (T->getOperand()->getType() != SrcType) {
1563 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType));

Completed in 131 milliseconds