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.h1496 bool isMachineConstantPoolEntry() const { function in class:ConstantPoolSDNode
1501 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1506 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");

Completed in 285 milliseconds