Searched refs:TrueInstrs (Results 1 – 1 of 1) sorted by relevance
7079 SmallVector<Instruction *> TrueInstrs, FalseInstrs; in optimizeSelectInst() local7082 TrueInstrs.push_back(cast<Instruction>(V)); in optimizeSelectInst()7102 if (TrueInstrs.size() == 0) { in optimizeSelectInst()7148 for (Instruction *I : TrueInstrs) in optimizeSelectInst()