Searched defs:isConstantPoolIndex (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h244 /// isConstantPoolIndex - Return true if this is a constant pool reference.
246 bool isConstantPoolIndex() const { function in class:llvm::MachineRelocation
301 assert(isConstantPoolIndex() && "This is not a constant pool reference!");

Completed in 73 milliseconds