Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp644 Type *operand_type = operand->getType(); in CanInterpret() local
646 switch (operand_type->getTypeID()) { in CanInterpret()
652 PrintType(operand_type).c_str()); in CanInterpret()
662 if (operand_type->getPrimitiveSizeInBits() > 64) { in CanInterpret()
664 PrintType(operand_type).c_str()); in CanInterpret()