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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 394 const ConstantInt *getCImm() const {
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 202 return getCImm() == Other.getCImm();
292 getCImm()->getValue().print(OS, false);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
AsmPrinter.cpp 591 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/);
    [all...]
DwarfDebug.cpp     [all...]

Completed in 324 milliseconds