Home
last modified time | relevance | path

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

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