Home
last modified time | relevance | path

Searched refs:setIsExact (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp267 BO->setIsExact(false); in GetShiftedValue()
289 BO->setIsExact(false); in GetShiftedValue()
603 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant()
622 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()
638 NewShr->setIsExact(true); in FoldShiftByConstant()
754 I.setIsExact(); in visitLShr()
800 I.setIsExact(); in visitAShr()
DInstCombineMulDivRem.cpp58 I->setIsExact(); in simplifyValueKnownNonZero()
451 if (I.isExact()) LShr->setIsExact(); in visitUDiv()
DInstCombinePHI.cpp125 if (isExact) NewBinOp->setIsExact(); in FoldPHIArgBinOpIntoPHI()
494 if (isExact) BinOp->setIsExact(); in FoldPHIArgOpIntoPHI()
DInstCombineSelect.cpp231 BO->setIsExact(TVI_BO->isExact()); in FoldSelectIntoOp()
266 BO->setIsExact(FVI_BO->isExact()); in FoldSelectIntoOp()
DInstCombineSimplifyDemanded.cpp683 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits()
/external/llvm/include/llvm/
DInstrTypes.h237 BO->setIsExact(true);
243 BO->setIsExact(true);
249 BO->setIsExact(true);
352 void setIsExact(bool b = true);
DOperator.h138 void setIsExact(bool B) { in setIsExact() function
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp142 SDiv->setIsExact(true); in TEST_F()
/external/llvm/lib/VMCore/
DInstructions.cpp1989 void BinaryOperator::setIsExact(bool b) { in setIsExact() function in BinaryOperator
1990 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2043 cast<BinaryOperator>(I)->setIsExact(true); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp2919 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()