HomeSort by: relevance | last modified time | path
    Searched defs:isMachineConstantPoolEntry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h 78 bool IsMachineConstantPoolEntry;
81 : Alignment(A), IsMachineConstantPoolEntry(false) {
86 : Alignment(A), IsMachineConstantPoolEntry(true) {
90 /// isMachineConstantPoolEntry - Return true if the MachineConstantPoolEntry
93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; }
SelectionDAGNodes.h 1843 bool isMachineConstantPoolEntry() const {
1848 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1853 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");

Completed in 41 milliseconds