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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp809 void setShadow(Value *V, Value *SV) { function in struct:__anon2745::MemorySanitizerVisitor
860 /// This function either returns the value set earlier with setShadow,
1032 setShadow(&I,
1035 setShadow(&I, getCleanShadow(&I));
1081 setShadow(&I, getCleanShadow(&I));
1098 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
1106 setShadow(&I, IRB.CreateInsertElement(getShadow(&I, 0), getShadow(&I, 1),
1114 setShadow(&I, IRB.CreateShuffleVector(getShadow(&I, 0), getShadow(&I, 1),
1122 setShadow(&I, IRB.CreateSExt(getShadow(&I, 0), I.getType(), "_msprop"));
1128 setShadow(
[all...]
H A DDataFlowSanitizer.cpp226 void setShadow(Instruction *I, Value *Shadow);
795 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { function in class:DFSanFunction
862 DFSF.setShadow(&I, CombinedShadow);
988 DFSF.setShadow(&LI, CombinedShadow);
1108 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow);
1117 DFSF.setShadow(
1129 DFSF.setShadow(&I, DFSF.DFS.combineShadows(CondShadow, ShadowSel, &I));
1206 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1211 DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
1281 DFSF.setShadow(CustomC
[all...]

Completed in 102 milliseconds