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

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1025 void setShadow(Value *V, Value *SV) { function in struct:__anon14673::MemorySanitizerVisitor
1083 /// This function either returns the value set earlier with setShadow,
1279 setShadow(&I,
1282 setShadow(&I, getCleanShadow(&I));
1329 setShadow(&I, getCleanShadow(&I));
1347 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
1355 setShadow(&I, IRB.CreateInsertElement(getShadow(&I, 0), getShadow(&I, 1),
1363 setShadow(&I, IRB.CreateShuffleVector(getShadow(&I, 0), getShadow(&I, 1),
1371 setShadow(&I, IRB.CreateSExt(getShadow(&I, 0), I.getType(), "_msprop"));
1377 setShadow(
[all...]
H A DDataFlowSanitizer.cpp320 void setShadow(Instruction *I, Value *Shadow);
926 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { function in class:DFSanFunction
1044 DFSF.setShadow(&I, CombinedShadow);
1167 DFSF.setShadow(&LI, DFSF.DFS.ZeroShadow);
1188 DFSF.setShadow(&LI, Shadow);
1317 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow);
1326 DFSF.setShadow(
1338 DFSF.setShadow(&I, DFSF.combineShadows(CondShadow, ShadowSel, &I));
1420 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1425 DFSF.setShadow(C
[all...]

Completed in 128 milliseconds