Searched refs:Exact (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolution.h261 const SCEV *Exact; member in struct:llvm::ScalarEvolution::ExitLimit
264 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
266 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
271 return !isa<SCEVCouldNotCompute>(Exact) ||
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstrTypes.h276 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
277 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
278 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
279 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Transforms/Utils/
H A DCloning.cpp136 TEST_F(CloneInstruction, Exact) {
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-logic.el155 ((memq type '(e E exact Exact))
/macosx-10.10.1/tcl-105/tcl/tcl/library/platform/
H A Dplatform.tcl346 puts Exact\ identification:\ \ \ [::platform::identify]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/platform/
H A Dplatform.tcl346 puts Exact\ identification:\ \ \ [::platform::identify]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp4271 if (EL.Exact == getCouldNotCompute())
4276 ExitCounts.push_back(std::make_pair(ExitingBlocks[i], EL.Exact));
4379 if (EL0.Exact == getCouldNotCompute() ||
4380 EL1.Exact == getCouldNotCompute())
4383 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact);
4396 if (EL0.Exact == EL1.Exact)
4397 BECount = EL0.Exact;
4411 if (EL0.Exact
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp2277 bool Exact = false;
2294 Exact = true;
2338 if (Exact) Flags |= PossiblyExactOperator::IsExact;
3003 bool Exact = EatIfPresent(lltok::kw_exact);
3006 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);

Completed in 139 milliseconds