Searched refs:FalseExpr (Results 1 – 2 of 2) sorted by relevance
458 const Expr *FalseExpr = E->getFalseExpr(); in VisitAbstractConditionalOperator() local475 if (!this->visit(FalseExpr)) in VisitAbstractConditionalOperator()
6220 const SCEV *TrueExpr, const SCEV *FalseExpr) { in createNodeForSelectViaUMinSeq() argument6222 TrueExpr->getType() == FalseExpr->getType() && in createNodeForSelectViaUMinSeq()6235 if (!isa<SCEVConstant>(TrueExpr) && !isa<SCEVConstant>(FalseExpr)) in createNodeForSelectViaUMinSeq()6241 X = FalseExpr; in createNodeForSelectViaUMinSeq()6245 C = FalseExpr; in createNodeForSelectViaUMinSeq()