Home
last modified time | relevance | path

Searched refs:isTrueWhenEqual (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1480 inline bool isTrueWhenEqual(CondCode Cond) { return ((int)Cond & 1) != 0; } in isTrueWhenEqual() function
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h1006 bool isTrueWhenEqual() const {
1007 return isTrueWhenEqual(getPredicate());
1031 static bool isTrueWhenEqual(Predicate predicate);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1042 ProbList = !FCmp->isTrueWhenEqual() ? in calcFloatingPointHeuristics()
H A DInstructionSimplify.cpp2744 return ConstantInt::get(getCompareTy(LHS), !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2811 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
2839 !CmpInst::isTrueWhenEqual(Pred)); in computePointerICmp()
3685 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred)); in simplifyICmpInst()
4003 if (CmpInst::isTrueWhenEqual(Pred)) in simplifyFCmpInst()
H A DScalarEvolution.cpp10742 if (ICmpInst::isTrueWhenEqual(Pred)) in SimplifyICmpOperands()
11198 return ICmpInst::isTrueWhenEqual(Pred); in isKnownPredicateViaConstantRanges()
11700 return CmpInst::isTrueWhenEqual(Pred); in isImpliedCondBalancedTypes()
11878 if (ICmpInst::isTrueWhenEqual(Pred)) in isImpliedCondBalancedTypes()
11882 if (!ICmpInst::isTrueWhenEqual(FoundPred)) in isImpliedCondBalancedTypes()
H A DValueTracking.cpp6745 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS) in isTruePredicate()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp1632 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate)); in ConstantFoldCompareInstruction()
1795 Result = ICmpInst::isTrueWhenEqual(Predicate); in ConstantFoldCompareInstruction()
H A DInstructions.cpp4436 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() function in CmpInst
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp429 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1719 if (!CmpI->isEquality() || !CmpI->isTrueWhenEqual()) in updateImpl()
10669 (CmpInst::isTrueWhenEqual(Pred) || CmpInst::isFalseWhenEqual(Pred))) { in handleCmp()
10671 CmpInst::isTrueWhenEqual(Pred)); in handleCmp()
H A DOpenMPOpt.cpp2780 if (!Cmp || !Cmp->isTrueWhenEqual() || !Cmp->isEquality()) in isInitialThreadOnlyEdge()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2351 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
2369 if (ICmpInst::isTrueWhenEqual(Pred)) { in OptimizeMax()
H A DNewGVN.cpp1857 if (CI->isTrueWhenEqual()) in performSymbolicCmpEvaluation()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp874 ConstantInt::get(I.getType(), ICmpInst::isTrueWhenEqual(Cond))); in foldGEPICmp()
971 !CmpInst::isTrueWhenEqual(ICI.getPredicate())); in foldAllocaCmp()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2423 return getBoolConstant(ISD::isTrueWhenEqual(Cond), dl, VT, OpVT); in FoldSetCC()
H A DTargetLowering.cpp4965 bool EqTrue = ISD::isTrueWhenEqual(Cond); in SimplifySetCC()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24991 (FlipSigns || ISD::isTrueWhenEqual(Cond)) && in LowerVSETCC()
25043 (Cond != ISD::SETEQ && ISD::isTrueWhenEqual(Cond)); in LowerVSETCC()