HomeSort by: relevance | last modified time | path
    Searched refs:getType (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.cc 24 CHECK(getType().isSignedIntegerTy());
29 sizeof(SIntMax) * 8 - getType().getIntegerBitWidth();
32 if (getType().getIntegerBitWidth() == 64)
35 if (getType().getIntegerBitWidth() == 128)
38 if (getType().getIntegerBitWidth() == 128)
45 CHECK(getType().isUnsignedIntegerTy());
48 if (getType().getIntegerBitWidth() == 64)
51 if (getType().getIntegerBitWidth() == 128)
54 if (getType().getIntegerBitWidth() == 128)
61 if (getType().isUnsignedIntegerTy()
    [all...]
ubsan_value.h 153 CHECK(getType().isIntegerTy());
155 const unsigned Bits = getType().getIntegerBitWidth();
161 CHECK(getType().isFloatTy());
163 const unsigned Bits = getType().getFloatBitWidth();
170 const TypeDescriptor &getType() const { return Type; }
183 return getType().isSignedIntegerTy() && getSIntValue() == -1;
188 return getType().isSignedIntegerTy() && getSIntValue() < 0;
ubsan_diag.cc 118 if (V.getType().isSignedIntegerTy())
120 else if (V.getType().isUnsignedIntegerTy())
122 else if (V.getType().isFloatTy())
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 70 NamePtr->getType()->getPointerElementType()->getArrayNumElements()))

Completed in 14 milliseconds