Searched refs:IntMaxValue (Results 1 – 1 of 1) sorted by relevance
1949 llvm::Value *IntMaxValue = llvm::ConstantInt::get(Result->getType(), IntMax); in EmitCheckedUnsignedMultiplySignedResult() local1951 llvm::Value *IntMaxOverflow = CGF.Builder.CreateICmpUGT(Result, IntMaxValue); in EmitCheckedUnsignedMultiplySignedResult()