Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp723 Value *ILdTD = IRB.CreateLoad(IRB.getPtrTy(), UnkShadowData); in instrumentWithShadowUpdate() local
724 NotAllUnkTD = IRB.CreateOr(NotAllUnkTD, IRB.CreateIsNotNull(ILdTD)); in instrumentWithShadowUpdate()
750 Value *ILdTD = IRB.CreatePtrToInt( in instrumentWithShadowUpdate() local
753 NotAllBadTD, IRB.CreateICmpSGE(ILdTD, ConstantInt::get(IntptrTy, 0))); in instrumentWithShadowUpdate()