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

1 2 3

  /external/clang/lib/CodeGen/
CGBuilder.h 159 using CGBuilderBaseTy::CreateBitCast;
160 Address CreateBitCast(Address Addr, llvm::Type *Ty,
162 return Address(CreateBitCast(Addr.getPointer(), Ty, Name),
171 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 {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 170 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 217 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
TargetFolder.h 182 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 204 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ConstantFolder.h 204 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ConstantFolder.h 204 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ConstantFolder.h 204 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ConstantFolder.h 204 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ConstantFolder.h 204 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {

Completed in 1088 milliseconds

1 2 3