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

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h90 /// isMachineConstantPoolEntry - Return true if the MachineConstantPoolEntry
93 bool isMachineConstantPoolEntry() const { function in class:llvm::MachineConstantPoolEntry
H A DSelectionDAGNodes.h1461 bool isMachineConstantPoolEntry() const { function in class:ConstantPoolSDNode
1466 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1471 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineConstantPool.h96 /// isMachineConstantPoolEntry - Return true if the MachineConstantPoolEntry
99 bool isMachineConstantPoolEntry() const { function in class:llvm::MachineConstantPoolEntry
H A DSelectionDAGNodes.h1308 bool isMachineConstantPoolEntry() const { function in class:llvm::SDNode::ConstantPoolSDNode
1313 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1318 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");

Completed in 738 milliseconds