Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
242 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
H A DConstantFolder.h188 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
H A DInstrTypes.h445 static CastInst *CreateSExtOrBitCast(
453 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h1229 Value *CreateSExtOrBitCast(Value *V, Type *DestTy,
1234 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1235 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1563 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2466 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
2474 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
H A DCore.cpp2623 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp833 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1597 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2372 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)