Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp376 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
939 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() function in AddressSanitizer
992 Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize); in instrumentAddress()