Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1140 Value *OrigSource = Trunc.getOperand(0); in handleTrunc() local
1141 Type *OrigSourceTy = OrigSource->getType(); in handleTrunc()
1175 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleTrunc()
1188 Value *OrigSource = Ext.getOperand(0); in handleExt() local
1189 Type *OrigSourceTy = OrigSource->getType(); in handleExt()
1222 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleExt()