The cpp SILValue.getType is a method that returns the type of a SILValue. A SILValue represents a value in Swift Intermediate Language (SIL) code, which is the intermediate representation used by the Swift compiler. This method allows us to retrieve the type of the SILValue, which can be helpful for performing type-checking and type-based operations on SIL values in the compiler.
C++ (Cpp) SILValue::getType - 30 examples found. These are the top rated real world C++ (Cpp) examples of SILValue::getType extracted from open source projects. You can rate examples to help us improve the quality of examples.