Searched refs:PtrShift (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 107 uint64_t PtrShift; member 124 PtrShift = countr_zero(IntptrTy->getPrimitiveSizeInBits() / 8); in TypeSanitizer() 567 Type *IntptrTy, uint64_t PtrShift, in convertToShadowDataInt() argument 573 PtrShift, "app.ptr.shifted"), in convertToShadowDataInt() 590 Value *ShadowDataInt = convertToShadowDataInt(IRB, Ptr, IntptrTy, PtrShift, in instrumentWithShadowUpdate() 604 ConstantInt::get(IntptrTy, i << PtrShift), in instrumentWithShadowUpdate() 721 IRB.CreateAdd(ShadowDataInt, ConstantInt::get(IntptrTy, i << PtrShift)), in instrumentWithShadowUpdate() 748 IRB.CreateAdd(ShadowDataInt, ConstantInt::get(IntptrTy, i << PtrShift)), in instrumentWithShadowUpdate() 841 PtrShift), in instrumentMemInst() 846 IRB.CreateMemSet(ShadowData, IRB.getInt8(0), IRB.CreateShl(Size, PtrShift), in instrumentMemInst() [all …]
|