Home
last modified time | relevance | path

Searched refs:CreateSExtOrBitCast (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h261 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
262 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DIRBuilderFolder.h110 virtual Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const = 0;
H A DConstantFolder.h227 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
H A DInstrTypes.h492 static CastInst *CreateSExtOrBitCast(
500 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h2085 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 DTargetFolder.h212 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3006 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 DCore.cpp3838 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1775 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1065 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2521 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)