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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DNoFolder.h241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
242 return CastInst::CreateSExtOrBitCast(C, DestTy);
H A DConstantFolder.h182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstrTypes.h450 static CastInst *CreateSExtOrBitCast(
458 static CastInst *CreateSExtOrBitCast(
H A DIRBuilder.h1064 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1069 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1070 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp691 return CastInst::CreateSExtOrBitCast(Arg0, II->getType());
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp2335 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2343 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
H A DCore.cpp2185 return wrap(unwrap(B)->CreateSExtOrBitCast(unwrap(Val), unwrap(DestTy),
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli2203 See the method [llvm::LLVMBuilder::CreateSExtOrBitCast]. *)

Completed in 163 milliseconds