Lines Matching refs:formatv
29 using llvm::formatv;
175 RightOpStr = formatv(" '{0}'", ConcreteRight->getValue()); in checkOvershift()
180 LowerBoundStr = formatv(" >= {0},", MinRight->getExtValue()); in checkOvershift()
184 std::string ShortMsg = formatv( in checkOvershift()
188 std::string Msg = formatv( in checkOvershift()
214 std::string ShortMsg = formatv("{0} operand is negative in {1} shift", in checkOperandNegative()
218 std::string Msg = formatv("The result of {0} shift is undefined " in checkOperandNegative()
266 formatv("because '{0}' can hold only {1} bits ({2} the sign bit)", in checkLeftShiftOverflow()
279 ShortMsg = formatv( in checkLeftShiftOverflow()
282 Msg = formatv( in checkLeftShiftOverflow()
287 ShortMsg = formatv("Left shift of '{0}' overflows the capacity of '{1}'", in checkLeftShiftOverflow()
289 Msg = formatv( in checkLeftShiftOverflow()