reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1663 Type *Ty = LHS->getType(); 1670 LHS = InsertNoopCastOfTo(LHS, Ty); 1670 LHS = InsertNoopCastOfTo(LHS, Ty); 1673 Value *ICmp = Builder.CreateICmpSGT(LHS, RHS); 1675 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "smax"); 1677 LHS = Sel; 1681 if (LHS->getType() != S->getType()) 1682 LHS = InsertNoopCastOfTo(LHS, S->getType()); 1682 LHS = InsertNoopCastOfTo(LHS, S->getType()); 1683 return LHS;