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