Searched refs:CreateSExtOrBitCast (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 261 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function 262 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
| H A D | IRBuilderFolder.h | 110 virtual Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const = 0;
|
| H A D | ConstantFolder.h | 227 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
|
| H A D | InstrTypes.h | 490 static CastInst *CreateSExtOrBitCast( 498 static CastInst *CreateSExtOrBitCast(
|
| H A D | IRBuilder.h | 2132 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 2137 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 2138 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3026 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst 3034 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
|
| H A D | Core.cpp | 3849 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1065 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
|