Searched defs:CreateSExtOrBitCast (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
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
H A DNoFolder.h241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DIRBuilder.h1064 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
/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

Completed in 126 milliseconds