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

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

Completed in 175 milliseconds