Lines Matching refs:CondTy
5703 IntegerType *CondTy = cast<IntegerType>(Cond->getType()); in eliminateDeadSwitchCases() local
5704 if (CondTy->getIntegerBitWidth() > 64 || in eliminateDeadSwitchCases()
5705 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in eliminateDeadSwitchCases()
6959 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType()); in ReduceSwitchRange() local
6960 if (CondTy->getIntegerBitWidth() > 64 || in ReduceSwitchRange()
6961 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in ReduceSwitchRange()
7048 auto *CondTy = cast<IntegerType>(Condition->getType()); in simplifySwitchOfPowersOfTwo() local
7050 if (CondTy->getIntegerBitWidth() > 64 || in simplifySwitchOfPowersOfTwo()
7051 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth())) in simplifySwitchOfPowersOfTwo()
7055 IntrinsicCostAttributes(Intrinsic::cttz, CondTy, in simplifySwitchOfPowersOfTwo()
7102 Intrinsic::cttz, {CondTy}, {Condition, ConstantInt::getTrue(Context)}); in simplifySwitchOfPowersOfTwo()