Searched refs:isMinusOne (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h181 bool isMinusOne() const { function in class:__ubsan::Value
H A Dubsan_handlers.cpp250 if (RHSVal.isMinusOne())
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h67 constexpr static bool isMinusOne() { return false; } function in class:clang::interp::Boolean
H A DIntegral.h127 bool isMinusOne() const { return Signed && V == T(-1); } function in class:clang::interp::Integral
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp45 return C->isMinusOne();
H A DInstCombineAddSub.cpp78 bool isMinusOne() const { return isInt() && IntVal == -1; } function in class:__anon5575::FAddendCoef
297 if (That.isMinusOne()) {
718 if (CE.isMinusOne() || CE.isMinusTwo())
724 if (!CE.isMinusOne() && !CE.isOne())
750 if (Coeff.isMinusOne() || Coeff.isOne()) {
751 NeedNeg = Coeff.isMinusOne();
H A DInstCombineSimplifyDemanded.cpp634 if (Rem->isMinusOne())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp315 return C.Index->isOne() || C.Index->isMinusOne();
323 return ((C.Index->isOne() || C.Index->isMinusOne()) &&
H A DInductiveRangeCheckElimination.cpp941 if (StepCI->isMinusOne()) {
H A DLoopIdiomRecognize.cpp1269 Dec->isMinusOne()))) {
H A DSCCP.cpp1053 if (CI->isMinusOne())
H A DGVN.cpp1904 bool isKnownTrue = CI->isMinusOne();
H A DReassociate.cpp2248 cast<ConstantInt>(Ops.back().Op)->isMinusOne()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp250 } else if (Pred == CmpInst::ICMP_SGT && Const->isMinusOne()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp531 if (!Size->isMinusOne() &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp245 if (RHSC->isMinusOne())
1154 if (CI2->isMinusOne())
1211 if (CI2->isMinusOne())
H A DConstants.cpp104 return CI->isMinusOne();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h208 bool isMinusOne() const { function in class:llvm::final
H A DIRBuilder.h1363 if (isa<ConstantInt>(RC) && cast<ConstantInt>(RC)->isMinusOne())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp767 } else if (CV->isMinusOne()) {
H A DIVDescriptors.cpp838 if (ConstStep && (ConstStep->isOne() || ConstStep->isMinusOne()))
H A DLint.cpp429 !cast<ConstantInt>(UnderlyingObject)->isMinusOne(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp283 else if (CV->isMinusOne())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1587 bool isAllOnesValue() const { return Value->isMinusOne(); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1330 return C->isMinusOne();

Completed in 344 milliseconds

12