Searched refs:getUMin (Results 1 – 3 of 3) sorted by relevance
1052 static Constant *getUMin(Constant *C1, Constant *C2);
910 Constant *ShAmt = ConstantExpr::getUMin(C, MaxAmt); in visitTrunc()920 Constant *ShAmt = ConstantExpr::getUMin(C, MaxAmt); in visitTrunc()
2690 Constant *ConstantExpr::getUMin(Constant *C1, Constant *C2) { in getUMin() function in ConstantExpr