Searched refs:EvaluateOperation (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 893 static Init *EvaluateOperation(OpInit *RHSo, Init *LHS, Init *Arg, in EvaluateOperation() function 904 if (Init *Result = EvaluateOperation(RHSoo, LHS, Arg, in EvaluateOperation() 938 if (Init *Result = EvaluateOperation(RHSo, LHS, Val, in ForeachHelper() 948 if (Init *Result = EvaluateOperation(RHSo, LHS, Arg, Type, in ForeachHelper()
|