HomeSort by relevance Sort by last modified time
    Searched defs:CreateBitCast (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGBuilder.h 167 using CGBuilderBaseTy::CreateBitCast;
168 Address CreateBitCast(Address Addr, llvm::Type *Ty,
170 return Address(CreateBitCast(Addr.getPointer(), Ty, Name),
179 return CreateBitCast(Addr, PtrTy, Name);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 190 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 177 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]

Completed in 79 milliseconds