Searched refs:getSingleElement (Results 1 – 13 of 13) sorted by relevance
211 } else if (auto *OnlyElt = getSingleElement()) { in getEquivalentICmp()330 if (const APInt *C = Other.getSingleElement()) in makeGuaranteedNoWrapRegion()986 const APInt *ZeroIsPoison = Ops[1].getSingleElement(); in intrinsic()1112 if (const APInt *C = getSingleElement()) { in multiply()1119 if (const APInt *C = Other.getSingleElement()) { in multiply()1358 if (const APInt *RHSInt = RHS.getSingleElement()) { in urem()1363 if (const APInt *LHSInt = getSingleElement()) in urem()1380 if (const APInt *RHSInt = RHS.getSingleElement()) { in srem()1385 if (const APInt *LHSInt = getSingleElement()) in srem()1462 return {*getSingleElement() ^ *Other.getSingleElement()}; in binaryXor()[all …]
246 const APInt *getSingleElement() const { in getSingleElement() function261 bool isSingleElement() const { return getSingleElement() != nullptr; } in isSingleElement()
191 if (const APInt *V = AbsSymRange->getSingleElement()) { in getLDSAbsoluteAddress()
279 return *getConstantRange().getSingleElement(); in asConstantInteger()
1219 APInt IdxDiff = *IdxDiffRange.getSingleElement(); in getConstantOffsetComplexAddrs()1507 APInt Dist = DistRange.getSingleElement()->sextOrTrunc(NewPtrBitWidth); in getConstantOffset()
910 if (CR.getSingleElement()) in getConstant()911 return ConstantInt::get(Ty, *CR.getSingleElement()); in getConstant()
1727 if (const APInt *SingleVal = CR.getSingleElement()) in getConstant()1763 if (const APInt *SingleVal = CR.getSingleElement()) in getConstantOnEdge()
6709 if (const APInt *C = CR.getSingleElement()) in simplifyIntrinsic()
4839 const APInt *ConstVal = ExpRange.getSingleElement(); in computeKnownFPClass()
930 if (const APInt *Elem = DivCR.getSingleElement()) { in processSDiv()
1383 if (const APInt *EqC = Intersection.getSingleElement()) in foldICmpWithDominatingICmp()1385 if (const APInt *NeC = Difference.getSingleElement()) in foldICmpWithDominatingICmp()
4924 if (auto *C = RangeV.getSingleElement()) {
2006 if (const APInt *C = CR.getSingleElement()) in getVScale()