reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1795 assert((IV->getType()->isIntegerTy() || IV != OldInduction) && 1795 assert((IV->getType()->isIntegerTy() || IV != OldInduction) && 1798 auto II = Legal->getInductionVars()->find(IV); 1802 assert(IV->getType() == ID.getStartValue()->getType() && "Types must match"); 1810 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; 1826 if (PSE.getSE()->isSCEVable(IV->getType())) { 1849 if (IV != OldInduction) { 1850 ScalarIV = IV->getType()->isIntegerTy() 1851 ? Builder.CreateSExtOrTrunc(Induction, IV->getType()) 1853 IV->getType());