Lines Matching defs:CondTy
5957 IntegerType *CondTy = cast<IntegerType>(Cond->getType());
5958 if (CondTy->getIntegerBitWidth() > 64 ||
5959 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth()))
7229 auto *CondTy = cast<IntegerType>(SI->getCondition()->getType());
7230 if (CondTy->getIntegerBitWidth() > 64 ||
7231 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth()))
7318 auto *CondTy = cast<IntegerType>(Condition->getType());
7320 if (CondTy->getIntegerBitWidth() > 64 ||
7321 !DL.fitsInLegalInteger(CondTy->getIntegerBitWidth()))
7325 IntrinsicCostAttributes(Intrinsic::cttz, CondTy,
7372 Intrinsic::cttz, {CondTy}, {Condition, ConstantInt::getTrue(Context)});