OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCImm
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
407
const ConstantInt *
getCImm
() const {
/external/llvm/lib/CodeGen/
MachineInstr.cpp
182
return
getCImm
() == Other.
getCImm
();
221
return hash_combine(MO.getType(), MO.getTargetFlags(), MO.
getCImm
());
324
getCImm
()->getValue().print(OS, false);
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
[
all
...]
AsmPrinter.cpp
596
MI->getOperand(0).
getCImm
()->getValue().print(OS, false /*isSigned*/);
[
all
...]
DwarfDebug.cpp
[
all
...]
Completed in 47 milliseconds