Lines Matching refs:SH
1477 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty,1480 return expandCodeFor(SH, Ty);1483 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) {1485 Value *V = expand(SH);1487 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&