Searched refs:bufferLEByte (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h221 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
H A DNVPTXAsmPrinter.cpp1800 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, function in class:NVPTXAsmPrinter
1900 bufferLEByte(cast<Constant>(CPV->getOperand(i)), 0, aggBuffer);
1908 bufferLEByte(cast<Constant>(CDS->getElementAsConstant(i)), 0,
1924 bufferLEByte(cast<Constant>(CPV->getOperand(i)), Bytes, aggBuffer);

Completed in 125 milliseconds