Home
last modified time | relevance | path

Searched defs:Exact (Results 1 – 16 of 16) sorted by relevance

/llvm-project/flang/include/flang/Decimal/
H A Ddecimal.h34 Exact = 0, enumerator
94 enum ConversionResultFlags flags { Exact }; enumerator
/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp243 bool Exact; calcRange() local
419 bool Exact; convert() local
/llvm-project/llvm/unittests/Support/
H A DKnownBitsTest.cpp30 static testing::AssertionResult checkResult(Twine Name, const KnownBits &Exact, in checkResult() argument
60 KnownBits Exact(Bits); in testUnaryOpExhaustive() local
86 KnownBits Exact(Bits); testBinaryOpExhaustive() local
123 KnownBits Exact(Bits); TEST() local
154 KnownBits Exact(Bits), ExactNSW(Bits), ExactNUW(Bits), TestAddSubExhaustive() local
236 KnownBits Exact(Bits); TEST() local
[all...]
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp371 bool ShAmtNonZero, bool Exact) { in lshr() argument
429 bool ShAmtNonZero, bool Exact) { in ashr() argument
911 divComputeLowBit(KnownBits Known,const KnownBits & LHS,const KnownBits & RHS,bool Exact) divComputeLowBit() argument
947 sdiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) sdiv() argument
1003 udiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) udiv() argument
[all...]
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h47 unsigned Exact : 1; member
/llvm-project/llvm/unittests/FuzzMutate/
H A DStrategiesTest.cpp432 TEST(InstModificationIRStrategy, Exact) { in TEST() argument
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp153 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp790 bool Exact = (Dist % IVBump) == 0; computeCount() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp644 unsigned Exact = 0; TEST_F() local
670 unsigned Exact = 0; TEST_F() local
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1161 for (int Exact : Exacts) setRequiresImmediate() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1244 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); computeKnownBitsFromOperator() local
1258 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); computeKnownBitsFromOperator() local
H A DScalarEvolution.cpp10549 const SCEV *Exact = howFarToZero() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1236 __anon30d26d8f0e02(const Access &Acc, bool Exact) forallInterferingAccesses() argument
1285 __anon30d26d8f0f02(const Access &Acc, bool Exact) forallInterferingAccesses() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6903 bool Exact = EatIfPresent(lltok::kw_exact); parseInstruction() local