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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp404 return SC->getValue()->isMinusOne();
6293 if (CI->isMinusOne())
6368 if (CI->isMinusOne())
8845 if (StepC->getValue()->isOne() || StepC->getValue()->isMinusOne()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3257 if (ObjSizeCI->isMinusOne())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp764 if (!((Pred0 == ICmpInst::ICMP_SGT && RangeStart->isMinusOne()) ||
H A DInstCombineCalls.cpp1929 if (Power->isMinusOne())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1054 if (Size->isMinusOne()) return;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2444 if (C->isOne() || C->isMinusOne())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2865 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne())

Completed in 353 milliseconds

12