Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp989 auto *BitmapByteAddr = in lowerMCDCTestVectorBitmapUpdate() local
995 BitmapByteAddr = Builder.CreateIntToPtr(BitmapByteAddr, Int8PtrTy); in lowerMCDCTestVectorBitmapUpdate()
1008 auto *Bitmap = Builder.CreateLoad(Int8Ty, BitmapByteAddr, "mcdc.bits"); in lowerMCDCTestVectorBitmapUpdate()
1016 Builder.CreateStore(Result, BitmapByteAddr); in lowerMCDCTestVectorBitmapUpdate()