Searched refs:ResultShadow (Results 1 – 1 of 1) sorted by relevance
2058 Value *ResultShadow = getShadow(CopyOp); in handleVectorConvertIntrinsic() local2059 Type *EltTy = ResultShadow->getType()->getVectorElementType(); in handleVectorConvertIntrinsic()2061 ResultShadow = IRB.CreateInsertElement( in handleVectorConvertIntrinsic()2062 ResultShadow, ConstantInt::getNullValue(EltTy), in handleVectorConvertIntrinsic()2065 setShadow(&I, ResultShadow); in handleVectorConvertIntrinsic()