HomeSort by: relevance | last modified time | path
    Searched refs:setShadow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 1586 void setShadow(Value *V, Value *SV) {
1648 /// This function either returns the value set earlier with setShadow,
1917 setShadow(&I,
1920 setShadow(&I, getCleanShadow(&I));
1971 setShadow(&I, getCleanShadow(&I));
1989 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
1997 setShadow(&I, IRB.CreateInsertElement(getShadow(&I, 0), getShadow(&I, 1),
2004 setShadow(&I, IRB.CreateShuffleVector(getShadow(&I, 0), getShadow(&I, 1),
2012 setShadow(&I, IRB.CreateSExt(getShadow(&I, 0), I.getType(), "_msprop"));
2018 setShadow(&I, IRB.CreateZExt(getShadow(&I, 0), I.getType(), "_msprop"))
    [all...]
DataFlowSanitizer.cpp 639 void setShadow(Instruction *I, Value *Shadow);
1850 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) {
2019 DFSF.setShadow(&I, CombinedShadow);
2421 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI));
2458 DFSF.setShadow(&LI, Shadow);
2743 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I));
2806 DFSF.setShadow(&I, ResShadow);
2820 DFSF.setShadow(&I, Res);
2846 DFSF.setShadow(&I, DFSF.DFS.ZeroPrimitiveShadow);
2889 DFSF.setShadow(&I, ClTrackSelectControlFlo
    [all...]

Completed in 26 milliseconds