Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIntrinsicInst.h159 ConstantInt *getVolatileCst() const { in getVolatileCst() function
163 return !getVolatileCst()->isZero(); in isVolatile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h568 ConstantInt *getVolatileCst() const { in getVolatileCst() function
574 return !getVolatileCst()->isZero(); in isVolatile()
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h650 ConstantInt *getVolatileCst() const { in getVolatileCst() function
654 bool isVolatile() const { return !getVolatileCst()->isZero(); } in isVolatile()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1371 AlignShadow, I.getVolatileCst()}); in visitMemTransferInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1506 {DestShadow, SrcShadow, LenShadow, I.getVolatileCst()})); in visitMemTransferInst()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1656 {DestShadow, SrcShadow, LenShadow, I.getVolatileCst()})); in visitMemTransferInst()