Searched refs:getFloatBitWidth (Results 1 – 6 of 6) sorted by relevance
74 switch (getType().getFloatBitWidth()) { in getFloatValue()103 switch (getType().getFloatBitWidth()) { in getFloatValue()
130 unsigned getFloatBitWidth() const { in getFloatBitWidth() function163 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat()
68 return isTypeInt()? getIntegerBitWidth() : getFloatBitWidth(); in getBitWidth()72 SPIRVType::getFloatBitWidth()const { in getFloatBitWidth() function in SPIRV::SPIRVType
70 unsigned getFloatBitWidth() const;
630 switch(T->getFloatBitWidth()) { in transFPType()795 switch(T->getFloatBitWidth()){ in transTypeToOCLTypeName()804 return std::string("float") + T->getFloatBitWidth() + "_t"; in transTypeToOCLTypeName()1341 switch (BT->getFloatBitWidth()) { in transValueWithoutDecoration()1355 APInt(BT->getFloatBitWidth(), BConst->getZExtIntValue())))); in transValueWithoutDecoration()
1260 switch(Ty->getFloatBitWidth()) { in getSPIRVImageSampledTypeName()