Lines Matching defs:isOne
448 bool SCEV::isOne() const {
450 return SC->getValue()->isOne();
3143 if (LHSC->getValue()->isOne()) {
3402 if (RHSC->getValue()->isOne())
3443 if (RHSC->getValue()->isOne())
5005 bool IsOne = cast<SCEVConstant>(*Res)->getValue()->isOne();
6255 return getSCEV(CI->isOne() ? TrueVal : FalseVal);
8092 /*IsNSW=*/cast<ConstantInt>(II->getArgOperand(1))->isOne());
10513 (StepC->getValue()->isOne() || StepC->getValue()->isMinusOne())) {
12960 } else if (!Stride->isOne() && !NoWrap) {
13289 if (!Stride->isOne() && !NoWrap)
14153 Worklist.push_back(C->isOne() ? TrueBB : FalseBB);