Home
last modified time | relevance | path

Searched refs:IntegralType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp388 llvm::Type *IntegralType, in getInlineSpirvConstant() argument
404 if (IntegralType) in getInlineSpirvConstant()
406 {IntegralType}, Words); in getInlineSpirvConstant()
422 llvm::Type *IntegralType = in getInlineSpirvType() local
425 Result = getInlineSpirvConstant(CGM, IntegralType, Operand.getValue()); in getInlineSpirvType()
/freebsd/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h279 using IntegralType = in ConsumeProbability() local
283 T result = static_cast<T>(ConsumeIntegral<IntegralType>()); in ConsumeProbability()
284 result /= static_cast<T>(std::numeric_limits<IntegralType>::max()); in ConsumeProbability()