Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp275 BO->setIsExact(false); in GetShiftedValue()
297 BO->setIsExact(false); in GetShiftedValue()
620 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant()
639 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()
656 NewShr->setIsExact(true); in FoldShiftByConstant()
774 I.setIsExact(); in visitLShr()
819 I.setIsExact(); in visitAShr()
DInstCombineMulDivRem.cpp61 I->setIsExact(); in simplifyValueKnownNonZero()
841 BO->setIsExact(I.isExact()); in commonIDivTransforms()
869 BO->setIsExact(I.isExact()); in commonIDivTransforms()
980 LShr->setIsExact(); in foldUDivPow2Cst()
1009 LShr->setIsExact(); in foldUDivShl()
1082 BO->setIsExact(); in visitUDiv()
1181 BO->setIsExact(I.isExact()); in visitSDiv()
1194 BO->setIsExact(I.isExact()); in visitSDiv()
1204 BO->setIsExact(I.isExact()); in visitSDiv()
DInstCombineSimplifyDemanded.cpp666 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits()
889 New->setIsExact(true); in SimplifyShrShlDemandedBits()
DInstCombineVectorOps.cpp741 New->setIsExact(BO->isExact()); in buildNew()
/external/llvm/lib/IR/
DInstruction.cpp107 void Instruction::setIsExact(bool b) { in setIsExact() function in Instruction
108 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
229 setIsExact(PE->isExact()); in copyIRFlags()
247 setIsExact(isExact() & PE->isExact()); in andIRFlags()
DConstants.cpp2907 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact); in getAsInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h237 BO->setIsExact(true);
243 BO->setIsExact(true);
249 BO->setIsExact(true);
352 void setIsExact(bool b = true);
DOperator.h134 void setIsExact(bool B) { in setIsExact() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp266 BO->setIsExact(false); in GetShiftedValue()
288 BO->setIsExact(false); in GetShiftedValue()
699 I.setIsExact(); in visitLShr()
745 I.setIsExact(); in visitAShr()
DInstCombineMulDivRem.cpp58 I->setIsExact(); in simplifyValueKnownNonZero()
453 if (I.isExact()) LShr->setIsExact(); in visitUDiv()
DInstCombinePHI.cpp125 if (isExact) NewBinOp->setIsExact(); in FoldPHIArgBinOpIntoPHI()
494 if (isExact) BinOp->setIsExact(); in FoldPHIArgOpIntoPHI()
DInstCombineSelect.cpp232 BO->setIsExact(TVI_BO->isExact()); in FoldSelectIntoOp()
267 BO->setIsExact(FVI_BO->isExact()); in FoldSelectIntoOp()
/external/spirv-llvm/lib/SPIRV/
DSPIRVRegularizeLLVM.cpp142 BO->setIsExact(false); in regularize()
DSPIRVReader.cpp879 cast<BinaryOperator>(V)->setIsExact(); in transFlags()
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp140 SDiv->setIsExact(true); in TEST_F()
/external/llvm/include/llvm/IR/
DInstruction.h246 void setIsExact(bool b = true);
DOperator.h135 void setIsExact(bool B) { in setIsExact() function
DInstrTypes.h439 BO->setIsExact(true);
445 BO->setIsExact(true);
451 BO->setIsExact(true);
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp377 BO->setIsExact(SDI->isExact()); in processSDiv()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp150 SDiv->setIsExact(true); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1981 void BinaryOperator::setIsExact(bool b) { in setIsExact() function in BinaryOperator
1982 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2187 cast<BinaryOperator>(I)->setIsExact(true); in ParseFunctionBody()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2918 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4544 cast<BinaryOperator>(I)->setIsExact(true); in parseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp4988 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()