Searched refs:isOneValue (Results 1 – 19 of 19) sorted by relevance
56 bool isOneValue() const;
2543 if (C && C->isOneValue())
459 return cast<Constant>(getArgOperand(FromArg))->isOneValue(); in isFromPromise()506 return cast<Constant>(getArgOperand(FinalArg))->isOneValue(); in isFinal()620 return cast<Constant>(getArgOperand(UnwindArg))->isOneValue(); in isUnwind()
67 if (C->isOneValue()) in classifyReductivePower()
50 return C && C->isOneValue(); in isOne()
2123 (PartiallyInvariant && !PartialIVInfo.KnownValue->isOneValue())) { in unswitchNontrivialInvariants()2969 } else if ((PartialIVInfo.KnownValue->isOneValue() && in findBestNonTrivialUnswitchCandidate()2971 (!PartialIVInfo.KnownValue->isOneValue() && in findBestNonTrivialUnswitchCandidate()
237 if (C->isOneValue()) in getValueOnEdge()
569 if (C->isOneValue()) in classifyReductivePower()
385 bool isOneValue() const { return isOne(); } in isOneValue() function
639 (Result->isOneValue() && B == BI->getSuccessor(1)))) in computeUnlikelySuccessors()
1947 if (Res->isOneValue()) in getPredicateAt()
3169 } else if (MaskElt->isOneValue()) { in ConstantFoldFixedVectorCall()
110 bool Constant::isOneValue() const { in isOneValue() function in Constant122 return SplatVal->isOneValue(); in isOneValue()130 return !CI->isOneValue(); in isNotOneValue()
2180 C->isOneValue()) { in EnterSEHTryStmt()
2088 if (Elt->isOneValue()) { in canonicalizeSelectToShuffle()
1276 bool IntMinIsPoison = cast<Constant>(II->getArgOperand(1))->isOneValue(); in visitCallInst()
4959 if (!Divisor.isOneValue()) { in buildUDivUsingMul()
9748 if (C && *C && (*C)->isOneValue()) in updateWithSelectInst()
7342 if (HalfMaxPlus1.urem(Divisor).isOneValue()) { in expandDIVREMByConstant()