Searched refs:setIsExact (Results 1 – 14 of 14) sorted by relevance
267 BO->setIsExact(false); in GetShiftedValue()289 BO->setIsExact(false); in GetShiftedValue()601 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant()620 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()637 NewShr->setIsExact(true); in FoldShiftByConstant()747 I.setIsExact(); in visitLShr()793 I.setIsExact(); in visitAShr()
125 if (isExact) NewBinOp->setIsExact(); in FoldPHIArgBinOpIntoPHI()494 if (isExact) BinOp->setIsExact(); in FoldPHIArgOpIntoPHI()
57 I->setIsExact(); in simplifyValueKnownNonZero()771 if (I.isExact()) LShr->setIsExact(); in foldUDivPow2Cst()799 if (I.isExact()) LShr->setIsExact(); in foldUDivShl()
238 BO->setIsExact(TVI_BO->isExact()); in FoldSelectIntoOp()273 BO->setIsExact(FVI_BO->isExact()); in FoldSelectIntoOp()
708 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits()895 New->setIsExact(true); in SimplifyShrShlDemandedBits()
607 New->setIsExact(BO->isExact()); in BuildNew()
235 BO->setIsExact(true);241 BO->setIsExact(true);247 BO->setIsExact(true);350 void setIsExact(bool b = true);
140 void setIsExact(bool B) { in setIsExact() function
145 SDiv->setIsExact(true); in TEST_F()
2005 void BinaryOperator::setIsExact(bool b) { in setIsExact() function in BinaryOperator2006 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
2797 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact); in getAsInstruction()
2242 cast<BinaryOperator>(I)->setIsExact(true); in ParseFunctionBody()
2395 VecOp->setIsExact(BinOp->isExact()); in vectorizeBlockInLoop()
3284 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()