Searched refs:OrigSource (Results 1 – 1 of 1) sorted by relevance
1140 Value *OrigSource = Trunc.getOperand(0); in handleTrunc() local1141 Type *OrigSourceTy = OrigSource->getType(); in handleTrunc()1175 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleTrunc()1188 Value *OrigSource = Ext.getOperand(0); in handleExt() local1189 Type *OrigSourceTy = OrigSource->getType(); in handleExt()1222 Value *Source = ExtendedSourceTy ? Map.getShadow(OrigSource) : OrigSource; in handleExt()