Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h380 bool isScalarOrVectorSigned(const SPIRVType *Type) const;
H A DSPIRVGlobalRegistry.cpp1068 bool SPIRVGlobalRegistry::isScalarOrVectorSigned(const SPIRVType *Type) const { in isScalarOrVectorSigned() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp1756 bool IsSigned = GR.isScalarOrVectorSigned(ResType); in selectTrunc()