Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2122 Value *ResultShadow = getShadow(CopyOp); in handleVectorConvertIntrinsic() local
2123 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()