Searched refs:isMax (Results 1 – 2 of 2) sorted by relevance
1040 ICmpInst* isMax = new ICmpInst(insertPoint, CmpInst::ICMP_ULT, oldPc, in insertCounterIncrement() local1046 SelectInst::Create( isMax, createIncrementConstant(increment?1:-1,32), in insertCounterIncrement()
2733 static void printLimitValue(IntegerType &Ty, bool isSigned, bool isMax, in printLimitValue() argument2753 Out << sprefix << type << (isMax ? "_MAX" : "_MIN"); in printLimitValue()2755 Out << "U" << type << (isMax ? "_MAX" : "0"); in printLimitValue()