Home
last modified time | relevance | path

Searched refs:FalseExpr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp458 const Expr *FalseExpr = E->getFalseExpr(); in VisitAbstractConditionalOperator() local
475 if (!this->visit(FalseExpr)) in VisitAbstractConditionalOperator()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6220 const SCEV *TrueExpr, const SCEV *FalseExpr) { in createNodeForSelectViaUMinSeq() argument
6222 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()