Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h171 bool isScalarOrVectorSigned(const SPIRVType *Type) const;
H A DSPIRVGlobalRegistry.cpp803 bool SPIRVGlobalRegistry::isScalarOrVectorSigned(const SPIRVType *Type) const { in isScalarOrVectorSigned() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp1173 bool IsSigned = GR.isScalarOrVectorSigned(ResType); in selectTrunc()