Searched refs:setIsExact (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp267 BO->setIsExact(false);
289 BO->setIsExact(false);
601 NewLShr->setIsExact(I.isExact());
620 NewAShr->setIsExact(I.isExact());
637 NewShr->setIsExact(true);
747 I.setIsExact();
793 I.setIsExact();
H A DInstCombinePHI.cpp125 if (isExact) NewBinOp->setIsExact();
494 if (isExact) BinOp->setIsExact();
H A DInstCombineSelect.cpp238 BO->setIsExact(TVI_BO->isExact());
273 BO->setIsExact(FVI_BO->isExact());
H A DInstCombineMulDivRem.cpp57 I->setIsExact();
772 if (I.isExact()) LShr->setIsExact();
800 if (I.isExact()) LShr->setIsExact();
H A DInstCombineSimplifyDemanded.cpp708 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact());
899 New->setIsExact(true);
H A DInstCombineVectorOps.cpp641 New->setIsExact(BO->isExact());
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h235 BO->setIsExact(true);
241 BO->setIsExact(true);
247 BO->setIsExact(true);
347 /// setIsExact - Set or clear the exact flag on this instruction,
350 void setIsExact(bool b = true);
H A DOperator.h140 void setIsExact(bool B) { function in class:llvm::PossiblyExactOperator
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2005 void BinaryOperator::setIsExact(bool b) { function in class:BinaryOperator
2006 cast<PossiblyExactOperator>(this)->setIsExact(b);
H A DConstants.cpp2822 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact);
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2270 cast<BinaryOperator>(I)->setIsExact(true);
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3291 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2628 VecOp->setIsExact(BinOp->isExact());

Completed in 267 milliseconds