Home
last modified time | relevance | path

Searched refs:LoadedTD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp632 Value *LoadedTD = IRB.CreateLoad(IRB.getPtrTy(), ShadowData, "shadow.desc"); in instrumentWithShadowUpdate() local
633 Value *NullTDCmp = IRB.CreateIsNull(LoadedTD, "desc.set"); in instrumentWithShadowUpdate()
698 Value *LoadedTD = IRB.CreateLoad(IRB.getPtrTy(), ShadowData, "shadow.desc"); in instrumentWithShadowUpdate() local
699 Value *BadTDCmp = IRB.CreateICmpNE(LoadedTD, TD, "bad.desc"); in instrumentWithShadowUpdate()
707 Value *NullTDCmp = IRB.CreateIsNull(LoadedTD); in instrumentWithShadowUpdate()