Searched refs:setIsExact (Results 1 – 17 of 17) sorted by relevance
269 BO->setIsExact(false); in GetShiftedValue()291 BO->setIsExact(false); in GetShiftedValue()612 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant()631 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()648 NewShr->setIsExact(true); in FoldShiftByConstant()764 I.setIsExact(); in visitLShr()808 I.setIsExact(); in visitAShr()
127 if (isExact) NewBinOp->setIsExact(); in FoldPHIArgBinOpIntoPHI()494 if (isExact) BinOp->setIsExact(); in FoldPHIArgOpIntoPHI()
59 I->setIsExact(); in simplifyValueKnownNonZero()831 if (I.isExact()) LShr->setIsExact(); in foldUDivPow2Cst()859 if (I.isExact()) LShr->setIsExact(); in foldUDivShl()
262 BO->setIsExact(TVI_BO->isExact()); in FoldSelectIntoOp()297 BO->setIsExact(FVI_BO->isExact()); in FoldSelectIntoOp()
709 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits()900 New->setIsExact(true); in SimplifyShrShlDemandedBits()
700 New->setIsExact(BO->isExact()); in BuildNew()
1193 NewBO->setIsExact(Inst.isExact()); in CreateBinOpAsGiven()
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
152 SDiv->setIsExact(true); in TEST_F()
984 void setIsExact(bool b) {
2017 void BinaryOperator::setIsExact(bool b) { in setIsExact() function in BinaryOperator2018 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
2885 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact); in getAsInstruction()
2389 cast<BinaryOperator>(I)->setIsExact(true); in ParseFunctionBody()
3475 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
3115 VecOp->setIsExact(BinOp->isExact()); in vectorizeBlockInLoop()
968 FN->setIsExact(exact); in GetBinarySDNode()