Searched refs:isTrueWhenEqual (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1093 inline bool isTrueWhenEqual(CondCode Cond) { function in namespace:llvm::ISD
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h927 bool isTrueWhenEqual() const { function in class:llvm::CmpInst
928 return isTrueWhenEqual(getPredicate());
952 static bool isTrueWhenEqual(Predicate predicate);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp817 isProb = !FCmp->isTrueWhenEqual();
H A DInstructionSimplify.cpp1566 (Pred0 == ICmpInst::ICMP_NE && ICmpInst::isTrueWhenEqual(Pred1)) ||
2355 !CmpInst::isTrueWhenEqual(Pred));
2442 !CmpInst::isTrueWhenEqual(Pred));
2453 !CmpInst::isTrueWhenEqual(Pred));
2504 !CmpInst::isTrueWhenEqual(Pred));
3249 return ConstantInt::get(ITy, CmpInst::isTrueWhenEqual(Pred));
3561 if (CmpInst::isTrueWhenEqual(Pred))
H A DScalarEvolution.cpp9080 if (ICmpInst::isTrueWhenEqual(Pred))
9387 return ICmpInst::isTrueWhenEqual(Pred);
9804 return CmpInst::isTrueWhenEqual(Pred);
9905 if (ICmpInst::isTrueWhenEqual(Pred))
9909 if (!ICmpInst::isTrueWhenEqual(FoundPred))
H A DValueTracking.cpp5315 if (ICmpInst::isTrueWhenEqual(Pred) && LHS == RHS)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1839 return ConstantInt::get(ResultTy, CmpInst::isTrueWhenEqual(Predicate));
2041 Result = ICmpInst::isTrueWhenEqual((ICmpInst::Predicate)pred);
H A DInstructions.cpp3739 bool CmpInst::isTrueWhenEqual(Predicate predicate) { function in class:CmpInst
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp423 Not = ICmp->isTrueWhenEqual();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2296 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One)))
2314 if (ICmpInst::isTrueWhenEqual(Pred)) {
H A DNewGVN.cpp1859 if (CI->isTrueWhenEqual())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp998 ConstantInt::get(I.getType(), ICmpInst::isTrueWhenEqual(Cond)));
1098 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate())));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3828 bool EqTrue = ISD::isTrueWhenEqual(Cond);
H A DSelectionDAG.cpp2049 return getBoolConstant(ISD::isTrueWhenEqual(Cond), dl, VT, OpVT);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21591 (FlipSigns || ISD::isTrueWhenEqual(Cond)) &&
21641 (Cond != ISD::SETEQ && ISD::isTrueWhenEqual(Cond));
[all...]

Completed in 369 milliseconds