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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1247 OpShadow = MSV->CreateShadowCast(IRB, OpShadow, Shadow->getType());
1278 Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I));
1311 Value *CreateShadowCast(IRBuilder<> &IRB, Value *V, Type *dstTy, function in struct:__anon2745::MemorySanitizerVisitor
2076 S = IRB.CreateOr(S, CreateShadowCast(IRB, getShadow(I.getCondition()),

Completed in 102 milliseconds