Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h1159 bool LHSIsTrue = true,
1165 bool LHSIsTrue = true,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8316 LHSIsTrue ? LHS->getPredicate() : LHS->getInversePredicate(); in isImpliedCondICmps()
8365 const DataLayout &DL, bool LHSIsTrue, unsigned Depth) { in isImpliedCondAndOr() argument
8382 ALHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
8385 ARHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
8411 return isImpliedCondICmps(LHSCmp, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, in isImpliedCondition()
8432 return LHSIsTrue; in isImpliedCondition()
8437 LHSIsTrue, Depth); in isImpliedCondition()
8447 isImpliedCondition(LHS, RHS1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondition()
8451 isImpliedCondition(LHS, RHS2, DL, LHSIsTrue, Depth + 1)) in isImpliedCondition()
8457 isImpliedCondition(LHS, RHS1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondition()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2025 bool LHSIsTrue = false; in shouldVisitRHS() local
2029 LHSIsTrue, CVM.getCodeGenModule().getContext()); in shouldVisitRHS()
2030 return !LHSIsConst || (LHSIsConst && !LHSIsTrue); in shouldVisitRHS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1552 bool LHSIsTrue = TerminatorBI->getSuccessor(0) == PN->getParent(); in simplifyInstructionWithPHI() local
1555 Ops[0], Ops[1], DL, LHSIsTrue); in simplifyInstructionWithPHI()