Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1141 Type *OrigSourceTy = OrigSource->getType(); in handleTrunc() local
1142 Type *ExtendedSourceTy = Config.getExtendedFPType(OrigSourceTy); in handleTrunc()
1176 Type *SourceTy = ExtendedSourceTy ? ExtendedSourceTy : OrigSourceTy; in handleTrunc()
1189 Type *OrigSourceTy = OrigSource->getType(); in handleExt() local
1190 Type *ExtendedSourceTy = Config.getExtendedFPType(OrigSourceTy); in handleExt()
1223 Type *SourceTy = ExtendedSourceTy ? ExtendedSourceTy : OrigSourceTy; in handleExt()