Lines Matching refs:formatv
31 using llvm::formatv;
177 RightOpStr = formatv(" '{0}'", ConcreteRight->getValue()); in checkOvershift()
181 LowerBoundStr = formatv(" >= {0},", MinRight->getExtValue()); in checkOvershift()
185 std::string ShortMsg = formatv( in checkOvershift()
189 std::string Msg = formatv( in checkOvershift()
215 std::string ShortMsg = formatv("{0} operand is negative in {1} shift", in checkOperandNegative()
219 std::string Msg = formatv("The result of {0} shift is undefined " in checkOperandNegative()
267 formatv("because '{0}' can hold only {1} bits ({2} the sign bit)", in checkLeftShiftOverflow()
280 ShortMsg = formatv( in checkLeftShiftOverflow()
283 Msg = formatv( in checkLeftShiftOverflow()
288 ShortMsg = formatv("Left shift of '{0}' overflows the capacity of '{1}'", in checkLeftShiftOverflow()
290 Msg = formatv( in checkLeftShiftOverflow()