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

/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp195 Operand *toOperand() const { return static_cast<Operand *>(*this); } function in class:OperandNode
202 const auto *Oper = Op.toOperand();
339 auto *Dest = makeVariable(Vals[0].toOperand()->getType(), Control);
347 auto *Op = Vals[i].toOperand();
402 Dest = makeVariable(Left.toOperand()->getType());
480 const auto DestTy = Left.toOperand()->getType();
506 const auto DestTy = Left.toOperand()->getType();
957 assert(Inst->getDest()->getType() == From.toOperand()->getType());
977 auto *CondBool = Cond.toOperand()->asBoolean();
1121 assert(Args[i + 1].toOperand()
[all...]

Completed in 173 milliseconds