Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h159 bool isScalarOrVectorSigned(const SPIRVType *Type) const;
H A DSPIRVGlobalRegistry.cpp667 bool SPIRVGlobalRegistry::isScalarOrVectorSigned(const SPIRVType *Type) const { in isScalarOrVectorSigned() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp1008 bool IsSigned = GR.isScalarOrVectorSigned(ResType); in selectTrunc()