Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DNoFolder.h242 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
243 return CastInst::CreateSExtOrBitCast(C, DestTy); in CreateSExtOrBitCast()
DConstantFolder.h189 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
DInstrTypes.h646 static CastInst *CreateSExtOrBitCast(
654 static CastInst *CreateSExtOrBitCast(
DIRBuilder.h1328 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/
DTargetFolder.h204 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { in CreateSExtOrBitCast() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1552 return CastInst::CreateSExtOrBitCast(X, Op1->getType()); in visitSub()
/external/llvm/lib/IR/
DInstructions.cpp2631 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
DCore.cpp2684 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy), in LLVMBuildSExtOrBitCast()
/external/llvm/bindings/go/llvm/
Dir.go1605 func (b Builder) CreateSExtOrBitCast(val Value, t Type, name string) (v Value) { func
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1062 CGF.Builder.CreateSExtOrBitCast(VBPtrToNewBase, CGM.PtrDiffTy); in GetVirtualBaseClassOffset()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2382 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)