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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h415 const ConstantInt *getCImm() const { function in class:llvm::MachineOperand
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp229 return getCImm() == Other.getCImm();
271 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCImm());
372 getCImm()->getValue().print(OS, false);
H A DMIRPrinter.cpp762 Op.getCImm()->printAsOperand(OS, /*PrintType=*/true, MST);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp511 addConstantValue(*VariableDie, DVInsn->getOperand(0).getCImm(),
H A DDwarfDebug.cpp777 return DebugLocEntry::Value(Expr, MI->getOperand(0).getCImm());
H A DAsmPrinter.cpp760 MI->getOperand(0).getCImm()->getValue().print(OS, false /*isSigned*/);

Completed in 365 milliseconds