Searched defs:isMachineConstantPoolEntry (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h97 /// isMachineConstantPoolEntry - Return true if the MachineConstantPoolEntry
100 bool isMachineConstantPoolEntry() const { function in class:llvm::MachineConstantPoolEntry
H A DSelectionDAGNodes.h1370 bool isMachineConstantPoolEntry() const { function in class:ConstantPoolSDNode
1375 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1380 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");

Completed in 88 milliseconds