Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp553 static Value *createIntOrPtrToIntCast(Value *V, Type* Ty, IRBuilder<> &IRB) { in createIntOrPtrToIntCast() function
599 createIntOrPtrToIntCast(SI->getValueOperand(), Ty, IRB), in instrumentAtomic()
630 createIntOrPtrToIntCast(CASI->getCompareOperand(), Ty, IRB); in instrumentAtomic()
632 createIntOrPtrToIntCast(CASI->getNewValOperand(), Ty, IRB); in instrumentAtomic()