Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h966 ConstantInt *getVolatileCst() const { in getVolatileCst() function
970 bool isVolatile() const { return !getVolatileCst()->isZero(); } in isVolatile()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2748 {DestShadow, SrcShadow, LenShadow, I.getVolatileCst()})); in visitMemTransferInst()