reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
337 if (isa<SelectInst>(LHS)) { 338 SI = cast<SelectInst>(LHS); 347 if (SI == LHS) { 351 TV = SimplifyBinOp(Opcode, LHS, SI->getTrueValue(), Q, MaxRecurse); 352 FV = SimplifyBinOp(Opcode, LHS, SI->getFalseValue(), Q, MaxRecurse); 383 Value *UnsimplifiedLHS = SI == LHS ? UnsimplifiedBranch : LHS; 383 Value *UnsimplifiedLHS = SI == LHS ? UnsimplifiedBranch : LHS; 384 Value *UnsimplifiedRHS = SI == LHS ? RHS : UnsimplifiedBranch;