Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1127 const Expr *FalseExpr = E->getFalseExpr(); in VisitAbstractConditionalOperator() local
1145 if (!this->delegate(FalseExpr)) in VisitAbstractConditionalOperator()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6181 const SCEV *TrueExpr, const SCEV *FalseExpr) { in createNodeForSelectViaUMinSeq() argument
6183 TrueExpr->getType() == FalseExpr->getType() && in createNodeForSelectViaUMinSeq()
6196 if (!isa<SCEVConstant>(TrueExpr) && !isa<SCEVConstant>(FalseExpr)) in createNodeForSelectViaUMinSeq()
6202 X = FalseExpr; in createNodeForSelectViaUMinSeq()
6206 C = FalseExpr; in createNodeForSelectViaUMinSeq()