Home
last modified time | relevance | path

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

/external/emboss/compiler/util/
Dtraverse_ir_test.py221 _EXAMPLE_IR, [ir_data.NumericConstant], _record_constant,
231 [ir_data.Function, ir_data.Expression, ir_data.NumericConstant],
239 _EXAMPLE_IR, [ir_data.Structure, ir_data.NumericConstant],
246 _EXAMPLE_IR, [ir_data.Enum, ir_data.NumericConstant], _record_constant,
253 _EXAMPLE_IR, [ir_data.NumericConstant], _record_constant,
262 _EXAMPLE_IR, [ir_data.Field, ir_data.NumericConstant],
274 _EXAMPLE_IR, [ir_data.NumericConstant], _record_file_name_and_constant,
285 _EXAMPLE_IR, [ir_data.NumericConstant], _record_kind_and_constant,
327 _EXAMPLE_IR, [ir_data.NumericConstant],
Dir_util_test.py311 constant=ir_data.NumericConstant(value="20"),
320 constant=ir_data.NumericConstant(value="10"),
328 constant=ir_data.NumericConstant(value="5"),
336 constant=ir_data.NumericConstant(value="0"),
345 constant=ir_data.NumericConstant(value="30"),
358 constant=ir_data.NumericConstant(value="100"),
364 constant=ir_data.NumericConstant(value="100"),
377 constant=ir_data.NumericConstant(value="40"),
Dir_data.py181 class NumericConstant(Message): class
497 constant: Optional[NumericConstant] = ir_data_fields.oneof_field("expression")
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp100 auto *NumericConstant = [&] () -> const Constant* { in buildConstDbgValue() local
107 if (auto *CI = dyn_cast<ConstantInt>(NumericConstant)) { in buildConstDbgValue()
112 } else if (auto *CFP = dyn_cast<ConstantFP>(NumericConstant)) { in buildConstDbgValue()
114 } else if (isa<ConstantPointerNull>(NumericConstant)) { in buildConstDbgValue()
/external/emboss/compiler/front_end/
Dattribute_checker.py111 constant=ir_data.NumericConstant(value=str(value),
Dmodule_ir.py672 constant=ir_data.NumericConstant(
778 return ir_data.NumericConstant(value=str(n))