Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp217 enum FTValueType { kFloat, kDouble, kLongDouble, kNumValueTypes }; enumerator
224 return kDouble; in ftValueTypeFromType()
235 case kDouble: in typeFromFTValueType()
250 case kDouble: in typeNameFromFTValueType()
296 if (ShadowTypeSizeBits[kFloat] > ShadowTypeSizeBits[kDouble] || in MappingConfig()
297 ShadowTypeSizeBits[kDouble] > ShadowTypeSizeBits[kLongDouble]) in MappingConfig()
300 Twine(ShadowTypeSizeBits[kDouble]) + in MappingConfig()
1009 Callee = &(NsanFCmpFail[kDouble]); in emitFCmpCheck()
1012 Callee = &(NsanFCmpFail[kDouble]); in emitFCmpCheck()
2163 (static_cast<size_t>(Config.byValueType(kDouble).getNsanTypeId()) in maybeAddSuffixForNsanInterface()