Home
last modified time | relevance | path

Searched defs:LHSIsTrue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8899 isImpliedCondICmps(const ICmpInst * LHS,CmpInst::Predicate RPred,const Value * R0,const Value * R1,const DataLayout & DL,bool LHSIsTrue) isImpliedCondICmps() argument
8976 isImpliedCondAndOr(const Instruction * LHS,CmpInst::Predicate RHSPred,const Value * RHSOp0,const Value * RHSOp1,const DataLayout & DL,bool LHSIsTrue,unsigned Depth) isImpliedCondAndOr() argument
9006 isImpliedCondition(const Value * LHS,CmpInst::Predicate RHSPred,const Value * RHSOp0,const Value * RHSOp1,const DataLayout & DL,bool LHSIsTrue,unsigned Depth) isImpliedCondition() argument
9043 isImpliedCondition(const Value * LHS,const Value * RHS,const DataLayout & DL,bool LHSIsTrue,unsigned Depth) isImpliedCondition() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2263 bool LHSIsTrue = false; shouldVisitRHS() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1759 bool LHSIsTrue = TerminatorBI->getSuccessor(0) == PN->getParent(); in simplifyInstructionWithPHI() local