Home
last modified time | relevance | path

Searched refs:LLVMGetCastOpcode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp412 LLVMGetCastOpcode(wrap(C64), true, wrap(Int64Ty), true)); in TEST()
413 EXPECT_EQ(LLVMTrunc, LLVMGetCastOpcode(wrap(C64), true, wrap(Int8Ty), true)); in TEST()
414 EXPECT_EQ(LLVMSExt, LLVMGetCastOpcode(wrap(C8), true, wrap(Int64Ty), true)); in TEST()
421 LLVMGetCastOpcode(wrap(CF32), true, wrap(Int8Ty), false)); in TEST()
423 LLVMGetCastOpcode(wrap(CF32), true, wrap(Int8Ty), true)); in TEST()
425 LLVMGetCastOpcode(wrap(C8), false, wrap(FloatTy), true)); in TEST()
428 LLVMGetCastOpcode(wrap(CF64), true, wrap(FloatTy), true)); in TEST()
430 LLVMGetCastOpcode(wrap(CF32), true, wrap(DoubleTy), true)); in TEST()
435 LLVMGetCastOpcode(wrap(CPtr8), true, wrap(Int8Ty), true)); in TEST()
437 LLVMGetCastOpcode(wrap(C8), true, wrap(Int8PtrTy), true)); in TEST()
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DReleaseNotes.rst273 * Add ``LLVMGetCastOpcode`` function to aid users of ``LLVMBuildCast`` in
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h4016 LLVMOpcode LLVMGetCastOpcode(LLVMValueRef Src, LLVMBool SrcIsSigned,
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3876 LLVMOpcode LLVMGetCastOpcode(LLVMValueRef Src, LLVMBool SrcIsSigned, in LLVMGetCastOpcode() function