Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1245 const Expr *FalseExpr = CondOp->getFalseExpr(); in check() local
1247 if (areExprsFromDifferentMacros(TrueExpr, FalseExpr, Result.Context) || in check()
1248 areExprsMacroAndNonMacro(TrueExpr, FalseExpr)) in check()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp6074 const SCEV *TrueExpr, const SCEV *FalseExpr) { in createNodeForSelectViaUMinSeq() argument
6076 TrueExpr->getType() == FalseExpr->getType() && in createNodeForSelectViaUMinSeq()
6089 if (!isa<SCEVConstant>(TrueExpr) && !isa<SCEVConstant>(FalseExpr)) in createNodeForSelectViaUMinSeq()
6095 X = FalseExpr; in createNodeForSelectViaUMinSeq()
6099 C = FalseExpr; in createNodeForSelectViaUMinSeq()