Searched defs:LHSIsTrue (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 8899 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 D | CoverageMappingGen.cpp | 2263 bool LHSIsTrue = false; shouldVisitRHS() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1759 bool LHSIsTrue = TerminatorBI->getSuccessor(0) == PN->getParent(); in simplifyInstructionWithPHI() local
|