Searched refs:DecoderString (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1834 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod");
1835 StringInit *String = DecoderString ?
1836 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr;
1863 DecoderString = TypeRecord->getValue("DecoderMethod");
1864 String = DecoderString ?
1865 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr;
1942 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod");
1943 StringInit *String = DecoderString ?
1944 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1313 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); local
1314 StringInit *String = DecoderString ?
1315 dynamic_cast<StringInit*>(DecoderString->getValue()) : 0;

Completed in 203 milliseconds