Searched refs:getCImm (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h404 const ConstantInt *getCImm() const { function in class:llvm::MachineOperand
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp183 return getCImm() == Other.getCImm();
221 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCImm());
324 getCImm()->getValue().print(OS, false);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1401 DVInsn->getOperand(0).getCImm(),
H A DAsmPrinter.cpp588 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/);
H A DDwarfDebug.cpp1004 return DotDebugLocEntry(FLabel, SLabel, MI->getOperand(0).getCImm());

Completed in 186 milliseconds