Searched refs:NotPoison (Results 1 – 1 of 1) sorted by relevance
315 auto NotPoison = [](Constant *C) { in ConstantFoldSelectInstruction() local334 if (isa<UndefValue>(V1) && NotPoison(V2)) return V2; in ConstantFoldSelectInstruction()335 if (isa<UndefValue>(V2) && NotPoison(V1)) return V1; in ConstantFoldSelectInstruction()