Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1104 IRBuilder<> LoadBBBuilder(LoadBB); // The old builder has been invalidated. in handleLoad() local
1105 LoadBBBuilder.SetCurrentDebugLocation(Load.getDebugLoc()); in handleLoad()
1106 LoadBBBuilder.CreateCondBr(LoadBBBuilder.CreateIsNull(ShadowPtr), FExtBB, in handleLoad()