Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IntPtrType

95   llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
98 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
130 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
136 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
881 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
884 Args[0] = Builder.CreateBitCast(DestPtr, IntPtrType);
909 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
912 Args[0] = Builder.CreateBitCast(DestPtr, IntPtrType);