Home
last modified time | relevance | path

Searched refs:LHSIsTrue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h999 bool LHSIsTrue = true, unsigned Depth = 0);
1003 bool LHSIsTrue = true, unsigned Depth = 0);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9305 const DataLayout &DL, bool LHSIsTrue) { in isImpliedCondICmps() argument
9308 if (!LHSIsTrue) in isImpliedCondICmps()
9402 const DataLayout &DL, bool LHSIsTrue, unsigned Depth) { in isImpliedCondAndOr() argument
9415 if ((!LHSIsTrue && match(LHS, m_LogicalOr(m_Value(ALHS), m_Value(ARHS)))) || in isImpliedCondAndOr()
9416 (LHSIsTrue && match(LHS, m_LogicalAnd(m_Value(ALHS), m_Value(ARHS))))) { in isImpliedCondAndOr()
9419 ALHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
9422 ARHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
9432 const DataLayout &DL, bool LHSIsTrue, unsigned Depth) { in isImpliedCondition() argument
9447 LHSIsTrue = !LHSIsTrue; in isImpliedCondition()
9453 DL, LHSIsTrue); in isImpliedCondition()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2305 bool LHSIsTrue = false; in shouldVisitRHS() local
2309 LHSIsTrue, CVM.getCodeGenModule().getContext()); in shouldVisitRHS()
2310 return !LHSIsConst || (LHSIsConst && !LHSIsTrue); in shouldVisitRHS()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1810 bool LHSIsTrue = TerminatorBI->getSuccessor(0) == PN->getParent(); in simplifyInstructionWithPHI() local
1813 DL, LHSIsTrue); in simplifyInstructionWithPHI()