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