Searched refs:CreateSExtOrBitCast (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 492 static CastInst *CreateSExtOrBitCast( 500 static CastInst *CreateSExtOrBitCast(
|
H A D | IRBuilder.h | 2085 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 2090 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 2091 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 3006 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst 3014 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
|
H A D | Core.cpp | 3838 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 1775 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1065 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2521 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)
|