Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7495 Type *PHIType = PHI.getType(); in optimizeSwitchPhiConstants() local
7500 PHIType->isIntegerTy() && in optimizeSwitchPhiConstants()
7501 PHIType->getIntegerBitWidth() > ConditionType->getIntegerBitWidth() && in optimizeSwitchPhiConstants()
7502 TLI->isZExtFree(ConditionType, PHIType); in optimizeSwitchPhiConstants()
7503 if (PHIType == ConditionType || TryZExt) { in optimizeSwitchPhiConstants()
7515 CaseValue->getValue().zext(PHIType->getIntegerBitWidth())) in optimizeSwitchPhiConstants()
7536 Replacement = Builder.CreateZExt(Condition, PHIType); in optimizeSwitchPhiConstants()