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

/macosx-10.10.1/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 110 milliseconds