Searched refs:PhiTy (Results 1 – 4 of 4) sorted by relevance
738 Type *PhiTy = Phi->getType(); in isInductionPHI() local740 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy()) in isInductionPHI()762 Type *PhiTy = Phi->getType(); in isInductionPHI() local764 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy()) in isInductionPHI()787 if (PhiTy->isIntegerTy()) { in isInductionPHI()792 assert(PhiTy->isPointerTy() && "The PHI must be a pointer"); in isInductionPHI()798 Type *PointerElementType = PhiTy->getPointerElementType(); in isInductionPHI()
309 Type *PhiTy = PhiVar->getType(); in getInductionVariable() local310 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() && in getInductionVariable()311 !PhiTy->isPointerTy()) in getInductionVariable()
4539 Type *PhiTy = Phi->getType(); in addInductionPhi() local4544 WidestIndTy = convertPointerToIntegerType(DL, PhiTy); in addInductionPhi()4546 WidestIndTy = getWiderType(DL, PhiTy, WidestIndTy); in addInductionPhi()4559 if (!Induction || PhiTy == WidestIndTy) in addInductionPhi()4585 Type *PhiTy = Phi->getType(); in canVectorizeInstrs() local4587 if (!PhiTy->isIntegerTy() && !PhiTy->isFloatingPointTy() && in canVectorizeInstrs()4588 !PhiTy->isPointerTy()) { in canVectorizeInstrs()
1026 Type *PhiTy = SE.getEffectiveSCEVType(Phi->getType()); in canBeCheaplyTransformed() local1029 if (RequestedTy->getIntegerBitWidth() > PhiTy->getIntegerBitWidth()) in canBeCheaplyTransformed()