Home
last modified time | relevance | path

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

12345678910>>...53

/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/Orc/
H A DLegacyRTDyldObjectLinkingLayerTest.cpp80 Type *Int32Ty = IntegerType::get(Context, 32); in TEST() local
82 new GlobalVariable(*M, Int32Ty, false, GlobalValue::ExternalLinkage, in TEST()
83 ConstantInt::get(Int32Ty, 42), "foo"); in TEST()
126 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
163 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
164 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
216 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
249 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
250 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
263 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DLegacyRTDyldObjectLinkingLayerTest.cpp80 Type *Int32Ty = IntegerType::get(Context, 32); in TEST() local
82 new GlobalVariable(*M, Int32Ty, false, GlobalValue::ExternalLinkage, in TEST()
83 ConstantInt::get(Int32Ty, 42), "foo"); in TEST()
126 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
163 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
164 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
216 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
249 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
250 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
263 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/Orc/
H A DLegacyRTDyldObjectLinkingLayerTest.cpp80 Type *Int32Ty = IntegerType::get(Context, 32); in TEST() local
82 new GlobalVariable(*M, Int32Ty, false, GlobalValue::ExternalLinkage, in TEST()
83 ConstantInt::get(Int32Ty, 42), "foo"); in TEST()
126 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
162 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
163 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
215 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
247 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
248 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
261 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/Orc/
H A DLegacyRTDyldObjectLinkingLayerTest.cpp80 Type *Int32Ty = IntegerType::get(Context, 32); in TEST() local
82 new GlobalVariable(*M, Int32Ty, false, GlobalValue::ExternalLinkage, in TEST()
83 ConstantInt::get(Int32Ty, 42), "foo"); in TEST()
126 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
163 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
164 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
216 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
249 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
250 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
263 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DInstructionsTest.cpp188 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
428 Type* Int32Ty = Type::getInt32Ty(C); in TEST() local
436 Int32Ty, nullptr, Int32Ty), in TEST()
506 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
507 Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty}; in TEST()
511 ConstantInt::get(Int32Ty, 1), in TEST()
512 ConstantInt::get(Int32Ty, 2), in TEST()
513 ConstantInt::get(Int32Ty, 3) in TEST()
540 Type *Int32Ty = Type::getInt32Ty(C); in TEST() local
541 Type *FnTy = FunctionType::get(Int32Ty, Int32Ty, /*isVarArg=*/false); in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = VectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = VectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = VectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/FuzzMutate/
H A DOperationsTest.cpp284 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
334 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
337 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
341 Type *VectorTy = VectorType::get(Int32Ty, 2); in TEST()
368 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
370 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
372 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
374 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
386 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
399 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp283 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
333 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
336 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
340 Type *VectorTy = FixedVectorType::get(Int32Ty, 2); in TEST()
367 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
369 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
371 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
373 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
385 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
398 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/FuzzMutate/
H A DOperationsTest.cpp284 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
334 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
337 Type *StructTy = StructType::create(Ctx, {Int8PtrTy, Int32Ty}); in TEST()
341 Type *VectorTy = VectorType::get(Int32Ty, 2); in TEST()
368 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
370 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 1))); in TEST()
372 EVOp.SourcePreds[1].matches({SVal}, ConstantInt::get(Int32Ty, 2))); in TEST()
374 EVOp.SourcePreds[1].matches({OVal}, ConstantInt::get(Int32Ty, 0))); in TEST()
386 ElementsAre(ConstantInt::get(Int32Ty, 0), ConstantInt::get(Int32Ty, 1))); in TEST()
399 Each(AnyOf(HasType(Int32Ty), HasType(Int8PtrTy)))); in TEST()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DVectorTypesTest.cpp37 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
131 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
226 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
276 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
279 auto *V2Int32Ty = FixedVectorType::get(Int32Ty, 2); in TEST()
280 auto *V4Int32Ty = FixedVectorType::get(Int32Ty, 4); in TEST()
322 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
325 auto *ScV2Int32Ty = ScalableVectorType::get(Int32Ty, 2); in TEST()
326 auto *ScV4Int32Ty = ScalableVectorType::get(Int32Ty, 4); in TEST()
363 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DVectorTypesTest.cpp37 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
131 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
226 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
276 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
279 auto *V2Int32Ty = FixedVectorType::get(Int32Ty, 2); in TEST()
280 auto *V4Int32Ty = FixedVectorType::get(Int32Ty, 4); in TEST()
322 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
325 auto *ScV2Int32Ty = ScalableVectorType::get(Int32Ty, 2); in TEST()
326 auto *ScV4Int32Ty = ScalableVectorType::get(Int32Ty, 4); in TEST()
363 Type *Int32Ty = Type::getInt32Ty(Ctx); in TEST() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/Orc/
H A DLegacyRTDyldObjectLinkingLayerTest.cpp128 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
162 MB1.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "bar"); in TEST_F()
165 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
166 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
176 MB2.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "bar"); in TEST_F()
178 MB2.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "foo"); in TEST_F()
218 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
251 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
252 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
265 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/Orc/
H A DLegacyRTDyldObjectLinkingLayerTest.cpp128 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
162 MB1.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "bar"); in TEST_F()
165 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
166 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
176 MB2.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "bar"); in TEST_F()
178 MB2.createFunctionDecl(FunctionType::get(Int32Ty, {}, false), "foo"); in TEST_F()
218 Type *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
251 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
252 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F()
265 IntegerType *Int32Ty = IntegerType::get(Context, 32); in TEST_F() local
[all …]

12345678910>>...53