Searched refs:CreateSExtOrBitCast (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function 242 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
| H A D | ConstantFolder.h | 188 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
| H A D | InstrTypes.h | 445 static CastInst *CreateSExtOrBitCast( 453 static CastInst *CreateSExtOrBitCast(
|
| H A D | IRBuilder.h | 1229 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 D | TargetFolder.h | 203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1563 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2466 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 D | Core.cpp | 2623 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 833 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1597 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2372 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)
|