Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp745 Value *NotAllBadTD = IRB.getFalse(); in instrumentWithShadowUpdate() local
752 NotAllBadTD = IRB.CreateOr( in instrumentWithShadowUpdate()
753 NotAllBadTD, IRB.CreateICmpSGE(ILdTD, ConstantInt::get(IntptrTy, 0))); in instrumentWithShadowUpdate()
757 NotAllBadTD, &*IRB.GetInsertPoint(), false, UnlikelyBW); in instrumentWithShadowUpdate()