Searched refs:setIsExact (Results 1 – 14 of 14) sorted by relevance
109 void Instruction::setIsExact(bool b) { in setIsExact() function in Instruction110 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()135 cast<PossiblyExactOperator>(this)->setIsExact(false); in dropPoisonGeneratingFlags()254 setIsExact(PE->isExact()); in copyIRFlags()276 setIsExact(isExact() & PE->isExact()); in andIRFlags()
3031 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact); in getAsInstruction()
214 InnerShift->setIsExact(false); in foldShiftedShift()643 NewShr->setIsExact(true); in visitShl()735 NewLShr->setIsExact(I.isExact()); in visitLShr()808 I.setIsExact(); in visitLShr()860 NewAShr->setIsExact(I.isExact()); in visitAShr()893 I.setIsExact(); in visitAShr()
81 I->setIsExact(); in simplifyValueKnownNonZero()630 NewDiv->setIsExact(I.isExact()); in commonIDivTransforms()656 BO->setIsExact(I.isExact()); in commonIDivTransforms()765 LShr->setIsExact(); in foldUDivPow2Cst()789 LShr->setIsExact(); in foldUDivShl()890 BO->setIsExact(); in visitUDiv()1015 BO->setIsExact(I.isExact()); in visitSDiv()1027 BO->setIsExact(I.isExact()); in visitSDiv()1037 BO->setIsExact(I.isExact()); in visitSDiv()
573 LShr->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits()960 New->setIsExact(true); in simplifyShrShlDemandedBits()
1071 New->setIsExact(BO->isExact()); in buildNew()
539 BinOp->setIsExact(Instr->isExact()); in processUDivOrURem()576 BO->setIsExact(SDI->isExact()); in processSDiv()599 BO->setIsExact(SDI->isExact()); in processAShr()
323 void setIsExact(bool b = true);
130 void setIsExact(bool B) { in setIsExact() function
244 BO->setIsExact(true);250 BO->setIsExact(true);256 BO->setIsExact(true);
306 UDiv->setIsExact(SDiv->isExact()); in eliminateSDiv()809 Shr->setIsExact(true); in strengthenRightShift()
303 Inst->setIsExact(ExactOp->isExact()); in promoteUniformOpToI32()
3620 cast<BinaryOperator>(I)->setIsExact(true); in parseFunctionBody()
5616 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()