Home
last modified time | relevance | path

Searched refs:ConditionType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7210 Type *ConditionType = Condition->getType(); in optimizeSwitchPhiConstants() local
7225 PHIType->getIntegerBitWidth() > ConditionType->getIntegerBitWidth() && in optimizeSwitchPhiConstants()
7226 TLI->isZExtFree(ConditionType, PHIType); in optimizeSwitchPhiConstants()
7227 if (PHIType == ConditionType || TryZExt) { in optimizeSwitchPhiConstants()