Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp795 APInt FalseResult = getSizeWithOverflow(FalseSide); in visitSelectInst() local
797 if (TrueResult == FalseResult) { in visitSelectInst()
801 if (TrueResult.slt(FalseResult)) in visitSelectInst()
806 if (TrueResult.sgt(FalseResult)) in visitSelectInst()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp14435 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
14436 if (FalseResult.Kind == IK_NotICE) return FalseResult; in CheckICE()
14438 if (FalseResult.Kind == IK_ICEIfUnevaluated && in CheckICE()
14440 return FalseResult; in CheckICE()
14457 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx); in CheckICE() local
14461 if (FalseResult.Kind == IK_NotICE) in CheckICE()
14462 return FalseResult; in CheckICE()
14465 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE) in CheckICE()
14471 return FalseResult; in CheckICE()