Searched refs:ResultShadow (Results 1 – 1 of 1) sorted by relevance
2122 Value *ResultShadow = getShadow(CopyOp); in handleVectorConvertIntrinsic() local2123 Type *EltTy = ResultShadow->getType()->getVectorElementType(); in handleVectorConvertIntrinsic()2125 ResultShadow = IRB.CreateInsertElement( in handleVectorConvertIntrinsic()2126 ResultShadow, ConstantInt::getNullValue(EltTy), in handleVectorConvertIntrinsic()2129 setShadow(&I, ResultShadow); in handleVectorConvertIntrinsic()