reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ADT/APInt.h
 1679   void print(raw_ostream &OS, bool isSigned) const;

References

include/llvm/ADT/APInt.h
 2052   I.print(OS, true);
include/llvm/ADT/APSInt.h
  347   I.print(OS, I.isSigned());
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  876     MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/);
lib/CodeGen/GlobalISel/IRTranslator.cpp
  479       C.Low->getValue().print(dbgs(), true);
  482         C.High->getValue().print(dbgs(), true);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
10543       C.Low->getValue().print(dbgs(), true);
10546         C.High->getValue().print(dbgs(), true);
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  577       CSDN->getValueAPF().bitcastToAPInt().print(OS, false);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  185   S.print(OS, S.isSigned());
tools/clang/lib/AST/ItaniumMangle.cpp
 1049     Value.abs().print(Out, /*signed*/ false);
 1051     Value.print(Out, /*signed*/ false);