reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
952 static bool isTrueWhenEqual(Predicate predicate);
928 return isTrueWhenEqual(getPredicate());
lib/Analysis/InstructionSimplify.cpp1525 (Pred0 == ICmpInst::ICMP_NE && ICmpInst::isTrueWhenEqual(Pred1)) || 2314 !CmpInst::isTrueWhenEqual(Pred)); 2401 !CmpInst::isTrueWhenEqual(Pred)); 2412 !CmpInst::isTrueWhenEqual(Pred)); 2463 !CmpInst::isTrueWhenEqual(Pred)); 3208 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); 3520 if (CmpInst::isTrueWhenEqual(Pred))lib/Analysis/ScalarEvolution.cpp
9018 if (ICmpInst::isTrueWhenEqual(Pred)) 9325 return ICmpInst::isTrueWhenEqual(Pred); 9742 return CmpInst::isTrueWhenEqual(Pred); 9843 if (ICmpInst::isTrueWhenEqual(Pred)) 9847 if (!ICmpInst::isTrueWhenEqual(FoundPred))lib/Analysis/ValueTracking.cpp
5138 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS)
lib/IR/ConstantFold.cpp1814 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); 2016 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred);lib/Transforms/InstCombine/InstCombineCompares.cpp
998 ConstantInt::get(I.getType(), ICmpInst::isTrueWhenEqual(Cond))); 1098 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate())));lib/Transforms/Scalar/LoopStrengthReduce.cpp
2295 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) 2313 if (ICmpInst::isTrueWhenEqual(Pred)) {