HomeSort by relevance Sort by last modified time
    Searched refs:isTypeInt (Results 1 - 6 of 6) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 68 return isTypeInt()? getIntegerBitWidth() : getFloatBitWidth();
174 SPIRVType::isTypeInt(unsigned Bits)const {
225 return isTypeVector() && getVectorComponentType()->isTypeInt();
240 return isTypeInt() || isTypeVectorInt();
272 assert(getValue(Length)->getType()->isTypeInt() &&
SPIRVType.h 92 bool isTypeInt(unsigned Bits = 0) const;
145 if (isTypeInt(16))
147 else if (isTypeInt(64))
SPIRVInstruction.h 634 assert((op1Ty->isTypeInt() || op2Ty->isTypeFloat()) &&
639 assert((op1Ty->isTypeInt() || op2Ty->isTypeInt()) &&
645 assert((op1Ty->isTypeInt() || op2Ty->isTypeInt()) &&
914 assert((resTy->isTypeBool() || resTy->isTypeInt()) &&
    [all...]
SPIRVModule.cpp 886 if (Ty->isTypeInt())
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 171 if (Ty->isTypeInt()) {
    [all...]
SPIRVReader.cpp     [all...]

Completed in 144 milliseconds