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.cpp1194 Value *OrigSource = Trunc.getOperand(0); in handleTrunc() local
1195 Type *OrigSourceTy = OrigSource->getType(); in handleTrunc()
1229 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleTrunc()
1242 Value *OrigSource = Ext.getOperand(0); in handleExt() local
1243 Type *OrigSourceTy = OrigSource->getType(); in handleExt()
1276 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleExt()