Lines Matching defs:PrintZero
1546 bool PrintZero = false) {
1548 CS << (PrintZero ? 0ULL : Val.getZExtValue());
1555 CS << (PrintZero ? 0ULL : Val.getRawData()[i]);
1562 bool PrintZero = false) {
1565 if (PrintZero)
1573 raw_ostream &CS, bool PrintZero = false) {
1577 printConstant(CI->getValue(), CS, PrintZero);
1579 printConstant(CF->getValueAPF(), CS, PrintZero);
1591 printConstant(CDS->getElementAsAPInt(I), CS, PrintZero);
1593 printConstant(CDS->getElementAsAPFloat(I), CS, PrintZero);
1604 printConstant(CV->getOperand(I), EltBits, CS, PrintZero);