Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2574 OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType()); in Add()
2607 Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I)); in Done()
2650 Value *CreateShadowCast(IRBuilder<> &IRB, Value *V, Type *dstTy, in CreateShadowCast() function
2739 OrShadow = CreateShadowCast(IRB, OrShadow, getShadowTy(&I)); in handlePairwiseShadowOrIntrinsic()
2815 OrShadow = CreateShadowCast(IRB, OrShadow, getShadowTy(&I)); in handlePairwiseShadowOrIntrinsic()
3582 S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true); in Lower64ShadowExtend()
3585 return CreateShadowCast(IRB, S2, T, /* Signed */ true); in Lower64ShadowExtend()
3593 return CreateShadowCast(IRB, S2, T, /* Signed */ true); in LowerElementShadowExtend()
3887 S = CreateShadowCast(IRB, S, getShadowTy(&I)); in handleVectorReduceIntrinsic()
4993 CreateShadowCast(IRB, getShadow(&I, i), CombinedShadow->getType()); in handleIntrinsicByApplyingToShadow()
[all …]