Home
last modified time | relevance | path

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

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