reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1505 if (SE.getTypeSizeInBits(PN->getType()) >= SE.getTypeSizeInBits(Ty)) 1512 SE.getTypeSizeInBits(Ty)) { 1520 V = expandCodeFor(SE.getTruncateExpr(SE.getUnknown(V), Ty), nullptr, 1528 NewOps[0] = SE.getConstant(Ty, 0); 1546 return expandAddToGEP(ExposedRest, PTy, Ty, StartV); 1565 CanonicalIV = PHINode::Create(Ty, std::distance(HPB, HPE), "indvar", 1570 Constant *One = ConstantInt::get(Ty, 1); 1590 CanonicalIV->addIncoming(Constant::getNullValue(Ty), HP); 1597 assert(Ty == SE.getEffectiveSCEVType(CanonicalIV->getType()) && 1612 Ty)); 1630 const SCEV *T = SE.getTruncateOrNoop(V, Ty);