Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h488 static CastInst *CreateSExtOrBitCast(
496 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h2027 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
2032 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
2033 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3414 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
3422 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
H A DCore.cpp3765 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1085 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2463 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)