Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DNoFolder.h153 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
154 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DIRBuilderFolder.h89 virtual Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const = 0;
H A DConstantFolder.h216 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
H A DInstrTypes.h489 static CastInst *CreateSExtOrBitCast(
497 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h1971 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
1976 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1977 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h155 Value *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
158 return ConstFolder.CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DTargetFolder.h224 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const override { in CreateSExtOrBitCast() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp3245 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
3253 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
H A DCore.cpp3837 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1741 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1072 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2508 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)