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

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp320 void setShadow(Instruction *I, Value *Shadow);
931 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { function in class:DFSanFunction
1049 DFSF.setShadow(&I, CombinedShadow);
1173 DFSF.setShadow(&LI, DFSF.DFS.ZeroShadow);
1194 DFSF.setShadow(&LI, Shadow);
1323 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow);
1332 DFSF.setShadow(
1344 DFSF.setShadow(&I, DFSF.combineShadows(CondShadow, ShadowSel, &I));
1430 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1435 DFSF.setShadow(C
[all...]
H A DMemorySanitizer.cpp1004 void setShadow(Value *V, Value *SV) { function in struct:__anon12882::MemorySanitizerVisitor
1062 /// This function either returns the value set earlier with setShadow,
1258 setShadow(&I,
1261 setShadow(&I, getCleanShadow(&I));
1308 setShadow(&I, getCleanShadow(&I));
1326 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
1334 setShadow(&I, IRB.CreateInsertElement(getShadow(&I, 0), getShadow(&I, 1),
1342 setShadow(&I, IRB.CreateShuffleVector(getShadow(&I, 0), getShadow(&I, 1),
1350 setShadow(&I, IRB.CreateSExt(getShadow(&I, 0), I.getType(), "_msprop"));
1356 setShadow(
[all...]

Completed in 271 milliseconds