Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp728 if (auto WCharWidthValue = mdconst::extract_or_null<ConstantInt>( in emitAttributes() local
730 int WCharWidth = WCharWidthValue->getZExtValue(); in emitAttributes()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp839 if (auto WCharWidthValue = mdconst::extract_or_null<ConstantInt>( in emitAttributes() local
841 int WCharWidth = WCharWidthValue->getZExtValue(); in emitAttributes()