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