Searched refs:RHSo (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 996 static Init *EvaluateOperation(OpInit *RHSo, Init *LHS, Init *Arg, in EvaluateOperation() argument 1005 Init *Result = ForeachHelper(LHS, Arg, RHSo, Type, in EvaluateOperation() 1014 for (int i = 0; i < RHSo->getNumOperands(); ++i) { in EvaluateOperation() 1015 OpInit *RHSoo = dynamic_cast<OpInit*>(RHSo->getOperand(i)); in EvaluateOperation() 1025 } else if (LHS->getAsString() == RHSo->getOperand(i)->getAsString()) { in EvaluateOperation() 1028 NewOperands.push_back(RHSo->getOperand(i)); in EvaluateOperation() 1033 const OpInit *NewOp = RHSo->clone(NewOperands); in EvaluateOperation() 1049 OpInit *RHSo = dynamic_cast<OpInit*>(RHS); in ForeachHelper() local 1051 if (!RHSo) { in ForeachHelper() 1064 Init *Result = EvaluateOperation(RHSo, LHS, Val, in ForeachHelper() [all …]
|