Searched refs:FalseExpr (Results 1 – 2 of 2) sorted by relevance
1854 const Expr *FalseExpr = E->getFalseExpr(); in VisitAbstractConditionalOperator() local1872 if (!this->delegate(FalseExpr)) in VisitAbstractConditionalOperator()
6188 const SCEV *TrueExpr, const SCEV *FalseExpr) { in createNodeForSelectViaUMinSeq() argument6190 TrueExpr->getType() == FalseExpr->getType() && in createNodeForSelectViaUMinSeq()6203 if (!isa<SCEVConstant>(TrueExpr) && !isa<SCEVConstant>(FalseExpr)) in createNodeForSelectViaUMinSeq()6209 X = FalseExpr; in createNodeForSelectViaUMinSeq()6213 C = FalseExpr; in createNodeForSelectViaUMinSeq()