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