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

  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 74 switch (getType().getFloatBitWidth()) {
103 switch (getType().getFloatBitWidth()) {
ubsan_value.h 130 unsigned getFloatBitWidth() const {
163 const unsigned Bits = getType().getFloatBitWidth();
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 68 return isTypeInt()? getIntegerBitWidth() : getFloatBitWidth();
72 SPIRVType::getFloatBitWidth()const {
SPIRVType.h 70 unsigned getFloatBitWidth() const;
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 630 switch(T->getFloatBitWidth()) {
795 switch(T->getFloatBitWidth()){
804 return std::string("float") + T->getFloatBitWidth() + "_t";
    [all...]
SPIRVUtil.cpp     [all...]

Completed in 307 milliseconds