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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp740 Value *Shadow = SI.isAtomic() ? getCleanShadow(Val) : getShadow(Val);
839 PHINode *PNS = cast<PHINode>(getShadow(PN));
843 PNS->addIncoming(getShadow(PN, v), PN->getIncomingBlock(v));
1064 Value *getShadow(Value *V) { function in struct:__anon3156::MemorySanitizerVisitor
1155 Value *getShadow(Instruction *I, int i) { function in struct:__anon3156::MemorySanitizerVisitor
1156 return getShadow(I->getOperand(i));
1200 Shadow = getShadow(Val);
1204 Shadow = dyn_cast_or_null<Instruction>(getShadow(Val));
1326 setShadow(&I, IRB.CreateExtractElement(getShadow(&I, 0), I.getOperand(1),
1334 setShadow(&I, IRB.CreateInsertElement(getShadow(
[all...]
H A DDataFlowSanitizer.cpp319 Value *getShadow(Value *V);
597 new StoreInst(DFSF.getShadow(RI->getReturnValue()),
840 val, DFSF.getShadow(i->first->getIncomingValue(val)));
895 Value *DFSanFunction::getShadow(Value *V) { function in class:DFSanFunction
1040 Value *Shadow = getShadow(Inst->getOperand(0));
1042 Shadow = combineShadows(Shadow, getShadow(Inst->getOperand(i)), Inst);
1188 Value *PtrShadow = DFSF.getShadow(LI.getPointerOperand());
1265 Value* Shadow = DFSF.getShadow(SI.getValueOperand());
1267 Value *PtrShadow = DFSF.getShadow(SI.getPointerOperand());
1327 Value *CondShadow = DFSF.getShadow(
[all...]

Completed in 62 milliseconds