Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp371 NMD->clearOperands(); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h1343 void dropAllReferences() { clearOperands(); }
1345 void clearOperands();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h1395 void dropAllReferences() { clearOperands(); }
1397 void clearOperands();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1097 void NamedMDNode::clearOperands() { getNMDOps(Operands).clear(); } in clearOperands() function in NamedMDNode
DDebugInfo.cpp674 NMD.clearOperands(); in stripNonLineTableDebugInfo()