Searched defs:CreateIntCast (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h173 Constant *CreateIntCast(Constant *C, Type *DestTy, function in class:llvm::TargetFolder
/external/llvm/include/llvm/IR/
H A DConstantFolder.h162 Constant *CreateIntCast(Constant *C, Type *DestTy, function in class:llvm::ConstantFolder
H A DNoFolder.h221 Instruction *CreateIntCast(Constant *C, Type *DestTy, function in class:llvm::NoFolder
H A DIRBuilder.h1206 Value *CreateIntCast(Value *V, Type *DestTy, bool isSigned, function in class:llvm::IRBuilder
1211 return Insert(Folder.CreateIntCast(VC, DestTy, isSigned), Name);
1215 // \brief Provided to resolve 'CreateIntCast(Ptr, Ptr, "...")', giving a
1218 Value *CreateIntCast(Value *, Type *, const char *) LLVM_DELETED_FUNCTION;

Completed in 248 milliseconds