Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4678 Constant *FEltC = FalseC->getAggregateElement(i); in simplifySelectInst() local
4679 if (!TEltC || !FEltC) in simplifySelectInst()
4684 if (TEltC == FEltC) in simplifySelectInst()
4687 (Q.isUndefValue(TEltC) && isGuaranteedNotToBePoison(FEltC))) in simplifySelectInst()
4688 NewC.push_back(FEltC); in simplifySelectInst()
4689 else if (isa<PoisonValue>(FEltC) || in simplifySelectInst()
4690 (Q.isUndefValue(FEltC) && isGuaranteedNotToBePoison(TEltC))) in simplifySelectInst()