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

/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h203 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
/external/llvm/include/llvm/IR/
H A DConstantFolder.h182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DNoFolder.h241 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
242 return CastInst::CreateSExtOrBitCast(C, DestTy);
H A DIRBuilder.h1174 Value *CreateSExtOrBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1179 return Insert(Folder.CreateSExtOrBitCast(VC, DestTy), Name);
1180 return Insert(CastInst::CreateSExtOrBitCast(V, DestTy), Name);
/external/llvm/lib/IR/
H A DInstructions.cpp2435 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst
2443 CastInst *CastInst::CreateSExtOrBitCast(Value *S, Type *Ty, function in class:CastInst

Completed in 124 milliseconds