reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1738 Type *Ty = LHS->getType(); 1745 LHS = InsertNoopCastOfTo(LHS, Ty); 1745 LHS = InsertNoopCastOfTo(LHS, Ty); 1748 Value *ICmp = Builder.CreateICmpULT(LHS, RHS); 1750 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "umin"); 1752 LHS = Sel; 1756 if (LHS->getType() != S->getType()) 1757 LHS = InsertNoopCastOfTo(LHS, S->getType()); 1757 LHS = InsertNoopCastOfTo(LHS, S->getType()); 1758 return LHS;