Searched refs:isConditionTrue (Results 1 – 5 of 5) sorted by relevance
175 bool isConditionTrue = m_branchType == BRANCH_TRUE; in init() local179 DE_ASSERT(isConditionTrue || isConditionFalse || isConditionMixed); in init()184 const char* staticCompareValueStr = isConditionTrue ? "1.0" : "-1.0"; in init()298 float value = isConditionTrue ? +1.0f : -1.0f; in init()
175 bool isConditionTrue = m_branchType == BRANCH_TRUE; in init() local179 DE_ASSERT(isConditionTrue || isConditionFalse || isConditionMixed); in init()184 const char* staticCompareValueStr = isConditionTrue ? "1.0" : "-1.0"; in init()294 float value = isConditionTrue ? +1.0f : -1.0f; in init()
168 Expr *&rebuiltExpr = ce->isConditionTrue() ? LHS : RHS; in rebuild()178 ce->isConditionTrue(), in rebuild()
3641 bool isConditionTrue() const { in isConditionTrue() function3655 return isConditionTrue() ? getLHS() : getRHS(); in getChosenSubExpr()
821 Record.push_back(E->isConditionDependent() ? false : E->isConditionTrue()); in VisitChooseExpr()