Home
last modified time | relevance | path

Searched defs:originToIntptr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2471 Value *DFSanFunction::originToIntptr(IRBuilder<> &IRB, Value *Origin) { in originToIntptr() function in DFSanFunction
H A DMemorySanitizer.cpp1221 Value *originToIntptr(IRBuilder<> &IRB, Value *Origin) { in originToIntptr() function