Searched refs:CreateSExtOrBitCast (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
H A DNoFolder.h229 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
230 return CastInst::CreateSExtOrBitCast(C, DestTy);
H A DConstantFolder.h182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h196 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
H A DIRBuilder.h997 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1002 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1003 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/llvm/include/llvm/
H A DInstrTypes.h450 static CastInst *CreateSExtOrBitCast(
458 static CastInst *CreateSExtOrBitCast(
/external/llvm/lib/VMCore/
H A DInstructions.cpp2329 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2337 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
H A DCore.cpp2153 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy),
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2203 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)

Completed in 88 milliseconds