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

/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmParser.cpp2577 int64_t ExprValue; local
2578 if (ParseAbsoluteExpression(ExprValue))
2586 TheCondState.CondMet = ExprValue;
2690 int64_t ExprValue; local
2691 if (ParseAbsoluteExpression(ExprValue))
2698 TheCondState.CondMet = ExprValue;

Completed in 114 milliseconds