reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
340 assert(isa<SelectInst>(RHS) && "No select instruction operand!"); 341 SI = cast<SelectInst>(RHS); 348 TV = SimplifyBinOp(Opcode, SI->getTrueValue(), RHS, Q, MaxRecurse); 349 FV = SimplifyBinOp(Opcode, SI->getFalseValue(), RHS, Q, MaxRecurse); 384 Value *UnsimplifiedRHS = SI == LHS ? RHS : UnsimplifiedBranch;