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

/external/clang/lib/CodeGen/
H A DCGBuilder.h167 using CGBuilderBaseTy::CreateBitCast;
168 Address CreateBitCast(Address Addr, llvm::Type *Ty, function in class:clang::CodeGen::CGBuilderTy
170 return Address(CreateBitCast(Addr.getPointer(), Ty, Name),
179 return CreateBitCast(Addr, PtrTy, Name);
/external/llvm/include/llvm/IR/
H A DConstantFolder.h177 Constant *CreateBitCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DNoFolder.h230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
H A DIRBuilder.h1312 Value *CreateBitCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1395 return CreateBitCast(V, DestTy, Name);
1689 Ptr = CreateBitCast(Ptr, ArgumentAndReturnType);
1694 return CreateBitCast(Fn, PtrType);
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h190 Constant *CreateBitCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder

Completed in 81 milliseconds