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

/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp893 static Init *EvaluateOperation(OpInit *RHSo, Init *LHS, Init *Arg, argument
899 return ForeachHelper(LHS, Arg, RHSo, Type, CurRec, CurMultiClass);
902 for (unsigned i = 0; i < RHSo->getNumOperands(); ++i) {
903 if (auto *RHSoo = dyn_cast<OpInit>(RHSo->getOperand(i))) {
909 } else if (LHS->getAsString() == RHSo->getOperand(i)->getAsString()) {
912 NewOperands.push_back(RHSo->getOperand(i));
917 const OpInit *NewOp = RHSo->clone(NewOperands);
925 OpInit *RHSo = dyn_cast<OpInit>(RHS); local
927 if (!RHSo)
938 if (Init *Result = EvaluateOperation(RHSo, LH
[all...]

Completed in 101 milliseconds