Searched refs:ConditionType (Results 1 – 1 of 1) sorted by relevance
7372 Type *ConditionType = Condition->getType(); in optimizeSwitchPhiConstants() local7387 PHIType->getIntegerBitWidth() > ConditionType->getIntegerBitWidth() && in optimizeSwitchPhiConstants()7388 TLI->isZExtFree(ConditionType, PHIType); in optimizeSwitchPhiConstants()7389 if (PHIType == ConditionType || TryZExt) { in optimizeSwitchPhiConstants()