reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1688 Type *Ty = LHS->getType(); 1695 LHS = InsertNoopCastOfTo(LHS, Ty); 1695 LHS = InsertNoopCastOfTo(LHS, Ty); 1698 Value *ICmp = Builder.CreateICmpUGT(LHS, RHS); 1700 Value *Sel = Builder.CreateSelect(ICmp, LHS, RHS, "umax"); 1702 LHS = Sel; 1706 if (LHS->getType() != S->getType()) 1707 LHS = InsertNoopCastOfTo(LHS, S->getType()); 1707 LHS = InsertNoopCastOfTo(LHS, S->getType()); 1708 return LHS;