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