Searched refs:OrigSource (Results 1 – 1 of 1) sorted by relevance
1194 Value *OrigSource = Trunc.getOperand(0); in handleTrunc() local1195 Type *OrigSourceTy = OrigSource->getType(); in handleTrunc()1229 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleTrunc()1242 Value *OrigSource = Ext.getOperand(0); in handleExt() local1243 Type *OrigSourceTy = OrigSource->getType(); in handleExt()1276 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleExt()