Searched defs:Full (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
H A DConstantRangeTest.cpp21 static ConstantRange Full; member in class:__anon19093::ConstantRangeTest
28 ConstantRange ConstantRangeTest::Full(16);
35 EXPECT_TRUE(Full.isFullSet());
36 EXPECT_FALSE(Full.isEmptySet());
37 EXPECT_TRUE(Full.inverse().isEmptySet());
38 EXPECT_FALSE(Full.isWrappedSet());
39 EXPECT_TRUE(Full.contains(APInt(16, 0x0)));
40 EXPECT_TRUE(Full.contains(APInt(16, 0x9)));
41 EXPECT_TRUE(Full.contains(APInt(16, 0xa)));
42 EXPECT_TRUE(Full
[all...]
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp21 static ConstantRange Full; member in class:__anon13644::ConstantRangeTest
28 ConstantRange ConstantRangeTest::Full(16);
35 EXPECT_TRUE(Full.isFullSet());
36 EXPECT_FALSE(Full.isEmptySet());
37 EXPECT_TRUE(Full.inverse().isEmptySet());
38 EXPECT_FALSE(Full.isWrappedSet());
39 EXPECT_TRUE(Full.contains(APInt(16, 0x0)));
40 EXPECT_TRUE(Full.contains(APInt(16, 0x9)));
41 EXPECT_TRUE(Full.contains(APInt(16, 0xa)));
42 EXPECT_TRUE(Full
[all...]
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h45 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
/external/llvm/include/llvm/Target/
H A DTargetOptions.h49 Full // Use one table per unique function type enumerator in enum:llvm::JumpTable::JumpTableType
/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp20 // [T, T) = {F, T} = Full set
32 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { argument
33 if (Full)
613 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/llvm/lib/IR/
H A DConstantRange.cpp20 // [T, T) = {F, T} = Full set
34 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { argument
35 if (Full)
198 // Full set: nothing signed / unsigned wraps when added to 0.
816 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DCallingConvLower.h33 Full, // The value fills the full location. enumerator in enum:llvm::CCValAssign::LocInfo
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h35 Full, // The value fills the full location. enumerator in enum:llvm::CCValAssign::LocInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp463 SDValue Full = N.getOperand(0); local
466 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -

Completed in 792 milliseconds