Home
last modified time | relevance | path

Searched refs:ResultShadow (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2798 Value *ResultShadow = getShadow(CopyOp); in handleVectorConvertIntrinsic() local
2799 Type *EltTy = cast<VectorType>(ResultShadow->getType())->getElementType(); in handleVectorConvertIntrinsic()
2801 ResultShadow = IRB.CreateInsertElement( in handleVectorConvertIntrinsic()
2802 ResultShadow, ConstantInt::getNullValue(EltTy), in handleVectorConvertIntrinsic()
2805 setShadow(&I, ResultShadow); in handleVectorConvertIntrinsic()