Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp567 Value *shiftAllocaMagic(Value *Val, IRBuilder<> &IRB, Value *Shift) { in shiftAllocaMagic() function
1917 Value *Val1 = shiftAllocaMagic(IRB.getInt32(Val1Int), IRB, Shift); in computePartialRzMagic()
1925 Val2 = IRB.CreateSelect(Cond, shiftAllocaMagic(PartialBits, IRB, Shift), in computePartialRzMagic()
1926 shiftAllocaMagic(Val2, IRB, Shift)); in computePartialRzMagic()