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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1061 if (Size->isMinusOne()) return;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3190 if (ObjSizeCI->isMinusOne())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp404 return SC->getValue()->isMinusOne();
6081 if (CI->isMinusOne())
6149 if (CI->isMinusOne())
8649 if (StepC->getValue()->isOne() || StepC->getValue()->isMinusOne()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2007 if (Power->isMinusOne())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2436 if (C->isOne() || C->isMinusOne())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2896 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne())

Completed in 283 milliseconds

12