Searched refs:emitBool (Results 1 – 4 of 4) sorted by relevance
155 return this->emitBool(false, E); in speculate()162 return this->emitBool(CheckBCPResult(S, Ptr), E); in speculate()168 return this->emitBool(true, E); in speculate()
51 virtual bool emitBool(bool V, const Expr *E) = 0;
62 virtual bool emitBool(bool V, const Expr *E) = 0;
356 bool emitBool(bool V, const Expr *E) override { in emitBool() function