Lines Matching defs:PrintZero
1547 bool PrintZero = false) {
1549 CS << (PrintZero ? 0ULL : Val.getZExtValue());
1556 CS << (PrintZero ? 0ULL : Val.getRawData()[i]);
1563 bool PrintZero = false) {
1566 if (PrintZero)
1574 raw_ostream &CS, bool PrintZero = false) {
1578 printConstant(CI->getValue(), CS, PrintZero);
1580 printConstant(CF->getValueAPF(), CS, PrintZero);
1592 printConstant(CDS->getElementAsAPInt(I), CS, PrintZero);
1594 printConstant(CDS->getElementAsAPFloat(I), CS, PrintZero);
1605 printConstant(CV->getOperand(I), EltBits, CS, PrintZero);