Searched refs:operand_type (Results 1 – 3 of 3) sorted by relevance
343 operand_type = operand.type344 if _is_floating_point_type(operand_type):348 if _is_index_type(operand_type):351 from_width = IntegerType(operand_type).width363 operand_type = operand.type364 if _is_integer_type(operand_type):370 from_width = _get_floating_point_width(operand_type)505 def _add_type_mapping(operand_config: OperandDefConfig, operand_type: Type,508 element_or_self_type = operand_type512 element_or_self_type = ShapedType(operand_type).element_type
602 Type *operand_type = operand->getType(); in CanInterpret() local604 switch (operand_type->getTypeID()) { in CanInterpret()610 PrintType(operand_type).c_str()); in CanInterpret()620 if (operand_type->getPrimitiveSizeInBits() > 64) { in CanInterpret()622 PrintType(operand_type).c_str()); in CanInterpret()
2007 for (auto operand_type : in parse() local2009 if (parser.resolveOperand(std::get<0>(operand_type), in parse()2010 std::get<1>(operand_type), result.operands)) in parse()