HomeSort by relevance Sort by last modified time
    Searched refs:getBitCast (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGVTables.cpp 352 llvm::ConstantExpr::getBitCast(Entry, OldThunkFn->getType());
471 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
500 PureVirtualFn = llvm::ConstantExpr::getBitCast(PureVirtualFn,
511 DeletedVirtualFn = llvm::ConstantExpr::getBitCast(DeletedVirtualFn,
531 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
CGObjCMac.cpp     [all...]
CGOpenMPRuntime.cpp 51 llvm::ConstantExpr::getBitCast(DefaultOpenMPPSource, CGM.Int8PtrTy);
CGVTT.cpp 85 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
CodeGenModule.cpp 611 llvm::ConstantExpr::getBitCast(I->Initializer, CtorPFTy),
613 ? llvm::ConstantExpr::getBitCast(I->AssociatedData, VoidPtrTy)
    [all...]
CGBlocks.cpp 107 elements.push_back(llvm::ConstantExpr::getBitCast(
127 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
694 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
703 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
    [all...]
CGDeclCXX.cpp 100 argument = llvm::ConstantExpr::getBitCast(
130 llvm::ConstantExpr::getBitCast(Addr, CGF.Int8PtrTy)};
CGCXX.cpp 147 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
CodeGenPGO.cpp 131 llvm::ConstantExpr::getBitCast(Name, Int8PtrTy),
132 llvm::ConstantExpr::getBitCast(RegionCounters, Int64PtrTy)
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExprConstant.cpp 905 return llvm::ConstantExpr::getBitCast(C, ConvertType(E->getType()));
922 return llvm::ConstantExpr::getBitCast(Ptr, ConvertType(E->getType()));
    [all...]
CGException.cpp 245 return llvm::ConstantExpr::getBitCast(Fn, CGM.Int8PtrTy);
461 Dtor = llvm::ConstantExpr::getBitCast(Dtor, Int8PtrTy);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 65 return ConstantExpr::getBitCast(C, DestTy);
77 C = ConstantExpr::getBitCast(C, SrcIVTy);
82 return ConstantExpr::getBitCast(C, DestTy);
102 return ConstantExpr::getBitCast(C, DestTy);
113 return ConstantExpr::getBitCast(C, DestTy);
119 return ConstantExpr::getBitCast(C, DestTy);
143 return ConstantExpr::getBitCast(C, DestTy);
153 C = ConstantExpr::getBitCast(C, SrcIVTy);
180 return ConstantExpr::getBitCast(C, DestTy);
206 return ConstantExpr::getBitCast(C, DestTy)
    [all...]
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 77 V = ConstantExpr::getBitCast(V, GCL->getType());
  /external/llvm/lib/IR/
Module.cpp 114 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
215 return ConstantExpr::getBitCast(GV, PTy);
Constants.cpp     [all...]
ConstantFold.cpp 63 C = ConstantExpr::getBitCast(C, DstEltTy);
155 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 214 Metadata.push_back(ConstantExpr::getBitCast(C, VoidPtr));
  /external/llvm/unittests/IR/
ConstantsTest.cpp 185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
  /external/lldb/source/Expression/
IRForTarget.cpp 798 Constant *bytes_arg = cstr ? ConstantExpr::getBitCast(cstr, i8_ptr_ty) : Constant::getNullValue(i8_ptr_ty);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 615 GA->replaceAllUsesWith(ConstantExpr::getBitCast(NewF, GA->getType()));
668 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT)));
695 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT));
    [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 420 Constant *c = ConstantExpr::getBitCast(GV, i8PTy);
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1075 milliseconds

1 2