Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2179 Value *CombinedWideShadow = in loadShadowFast() local
2208 AppendWideShadowAndOrigin(CombinedWideShadow, FirstOrigin); in loadShadowFast()
2221 CombinedWideShadow = IRB.CreateOr(CombinedWideShadow, NextWideShadow); in loadShadowFast()
2229 Value *ShrShadow = IRB.CreateLShr(CombinedWideShadow, Width); in loadShadowFast()
2230 CombinedWideShadow = IRB.CreateOr(CombinedWideShadow, ShrShadow); in loadShadowFast()
2232 return {IRB.CreateTrunc(CombinedWideShadow, DFS.PrimitiveShadowTy), in loadShadowFast()