Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3563 Value *ResultShadow = getShadow(CopyOp); in handleSSEVectorConvertIntrinsic() local
3564 Type *EltTy = cast<VectorType>(ResultShadow->getType())->getElementType(); in handleSSEVectorConvertIntrinsic()
3566 ResultShadow = IRB.CreateInsertElement( in handleSSEVectorConvertIntrinsic()
3567 ResultShadow, ConstantInt::getNullValue(EltTy), in handleSSEVectorConvertIntrinsic()
3570 setShadow(&I, ResultShadow); in handleSSEVectorConvertIntrinsic()