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

Declarations

lib/Target/NVPTX/NVPTXAsmPrinter.h
  263   void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);

References

lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1934         bufferLEByte(cast<Constant>(CPV->getOperand(i)), 0, aggBuffer);
 1942         bufferLEByte(cast<Constant>(CDS->getElementAsConstant(i)), 0,
 1958         bufferLEByte(cast<Constant>(CPV->getOperand(i)), Bytes, aggBuffer);