Searched defs:CreateShadowCast (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1502 OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType());
1537 Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I));
1570 Value *CreateShadowCast(IRBuilder<> &IRB, Value *V, Type *dstTy, function in struct:__anon13320::MemorySanitizerVisitor
2141 S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true);
2144 return CreateShadowCast(IRB, S2, T, /* Signed */ true);
2152 return CreateShadowCast(IRB, S2, T, /* Signed */ true);

Completed in 211 milliseconds