Searched refs:COP_Variable (Results 1 – 2 of 2) sorted by relevance
425 case COP_Variable: return Prec_Atom; in precedence()479 if (Sub && E->block() && E->opcode() != COP_Variable) {793 if (E->opcode() == COP_Variable) { in printBBInstr()
323 return Op == COP_Variable || Op == COP_Literal || Op == COP_LiteralPtr; in isTrivial()347 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()356 : SExpr(COP_Variable), Name(s), Definition(D), Cvdecl(nullptr) { in SExpr() argument360 : SExpr(COP_Variable), Name(Cvd ? Cvd->getName() : "_x"), in SExpr() argument