Searched refs:StrVal2 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 63 std::string StrVal, StrVal2; member 72 StrVal(RHS.StrVal), StrVal2(RHS.StrVal2), APSIntVal(RHS.APSIntVal), in ValID()
|
D | LLParser.cpp | 2834 ID.StrVal2 = Lex.getStrVal(); in ParseValID() 4396 if (!ID.FTy || !InlineAsm::Verify(ID.FTy, ID.StrVal2)) in ConvertValIDToValue() 4398 V = InlineAsm::get(ID.FTy, ID.StrVal, ID.StrVal2, ID.UIntVal & 1, in ConvertValIDToValue()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 60 std::string StrVal, StrVal2; member
|
D | LLParser.cpp | 2040 ID.StrVal2 = Lex.getStrVal(); in ParseValID() 2456 if (!FTy || !InlineAsm::Verify(FTy, ID.StrVal2)) in ConvertValIDToValue() 2458 V = InlineAsm::get(FTy, ID.StrVal, ID.StrVal2, ID.UIntVal&1, ID.UIntVal>>1); in ConvertValIDToValue()
|