Searched refs:CreateSExtOrBitCast (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function 243 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
|
D | ConstantFolder.h | 189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
D | InstrTypes.h | 646 static CastInst *CreateSExtOrBitCast( 654 static CastInst *CreateSExtOrBitCast(
|
D | IRBuilder.h | 1328 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, 1333 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name); 1334 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1552 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2631 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst 2639 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, in CreateSExtOrBitCast() function in CastInst
|
D | Core.cpp | 2684 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1605 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 1062 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2382 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)
|