Home
last modified time | relevance | path

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

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