Searched refs:RHSo (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 1048 static Init *EvaluateOperation(OpInit *RHSo, Init *LHS, Init *Arg, in EvaluateOperation() argument 1057 Init *Result = ForeachHelper(LHS, Arg, RHSo, Type, in EvaluateOperation() 1062 for (int i = 0; i < RHSo->getNumOperands(); ++i) { in EvaluateOperation() 1063 OpInit *RHSoo = dyn_cast<OpInit>(RHSo->getOperand(i)); in EvaluateOperation() 1073 } else if (LHS->getAsString() == RHSo->getOperand(i)->getAsString()) { in EvaluateOperation() 1076 NewOperands.push_back(RHSo->getOperand(i)); in EvaluateOperation() 1081 const OpInit *NewOp = RHSo->clone(NewOperands); in EvaluateOperation() 1091 OpInit *RHSo = dyn_cast<OpInit>(RHS); in ForeachHelper() local 1093 if (!RHSo) { in ForeachHelper() 1105 Init *Result = EvaluateOperation(RHSo, LHS, Val, in ForeachHelper() [all …]
|