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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h184 bool isMinusOne() const { function in class:__ubsan::Value
H A Dubsan_handlers.cpp293 if (RHSVal.isMinusOne())
/freebsd-13-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-13-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:__anon4559::FAddendCoef
297 if (That.isMinusOne()) {
717 if (CE.isMinusOne() || CE.isMinusTwo())
723 if (!CE.isMinusOne() && !CE.isOne())
747 if (Coeff.isMinusOne() || Coeff.isOne()) {
748 NeedNeg = Coeff.isMinusOne();
H A DInstCombineSimplifyDemanded.cpp676 if (Rem->isMinusOne())
H A DInstCombineAndOrXor.cpp763 if (!((Pred0 == ICmpInst::ICMP_SGT && RangeStart->isMinusOne()) ||
/freebsd-13-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.cpp956 if (StepCI->isMinusOne()) {
H A DLoopIdiomRecognize.cpp1320 Dec->isMinusOne()))) {
H A DGVN.cpp1931 bool isKnownTrue = CI->isMinusOne();
H A DReassociate.cpp2252 cast<ConstantInt>(Ops.back().Op)->isMinusOne()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp258 } else if (Pred == CmpInst::ICMP_SGT && Const->isMinusOne()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp531 if (!Size->isMinusOne() &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h216 bool isMinusOne() const { function in class:llvm::final
H A DIRBuilder.h1322 if (isa<ConstantInt>(RC) && cast<ConstantInt>(RC)->isMinusOne())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp828 } else if (CV->isMinusOne()) {
H A DIVDescriptors.cpp839 if (ConstStep && (ConstStep->isOne() || ConstStep->isMinusOne()))
H A DLint.cpp429 !cast<ConstantInt>(UnderlyingObject)->isMinusOne(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp247 if (RHSC->isMinusOne())
1202 if (CI2->isMinusOne())
1260 if (CI2->isMinusOne())
H A DConstants.cpp104 return CI->isMinusOne();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp284 else if (CV->isMinusOne())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1584 bool isAllOnesValue() const { return Value->isMinusOne(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1366 return C->isMinusOne();

Completed in 347 milliseconds

12