HomeSort by relevance Sort by last modified time
    Searched refs:isConstantPoolIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 244 /// isConstantPoolIndex - Return true if this is a constant pool reference.
246 bool isConstantPoolIndex() const {
301 assert(isConstantPoolIndex() && "This is not a constant pool reference!");
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 849 } else if (MR.isConstantPoolIndex()) {
    [all...]

Completed in 29 milliseconds