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

1 2 3

  /external/clang/lib/CodeGen/
Address.h 88 ConstantAddress getBitCast(llvm::Type *ty) const {
89 return ConstantAddress(llvm::ConstantExpr::getBitCast(getPointer(), ty),
94 return getBitCast(ty->getPointerTo(getAddressSpace()));
CGObjCGNU.cpp     [all...]
CGVTables.cpp 446 llvm::ConstantExpr::getBitCast(Entry, OldThunkFn->getType());
563 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
610 PureVirtualFn = llvm::ConstantExpr::getBitCast(PureVirtualFn,
621 DeletedVirtualFn = llvm::ConstantExpr::getBitCast(DeletedVirtualFn,
641 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
    [all...]
CGObjCMac.cpp     [all...]
CGCXX.cpp 155 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
CGVTT.cpp 85 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
CGBlocks.cpp 113 elements.push_back(llvm::ConstantExpr::getBitCast(
133 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
695 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
704 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
    [all...]
CodeGenModule.cpp 695 llvm::ConstantExpr::getBitCast(I.Initializer, CtorPFTy),
697 ? llvm::ConstantExpr::getBitCast(I.AssociatedData, VoidPtrTy)
    [all...]
CGDeclCXX.cpp 98 argument = llvm::ConstantExpr::getBitCast(
128 llvm::ConstantExpr::getBitCast(Addr, CGF.Int8PtrTy)};
CGException.cpp 233 return llvm::ConstantExpr::getBitCast(Fn, CGM.Int8PtrTy);
    [all...]
ItaniumCXXABI.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 148 GVAddresses.push_back(llvm::ConstantExpr::getBitCast(&GV, VoidPtrTy));
181 GVNames.push_back(llvm::ConstantExpr::getBitCast(VarAsStr, VoidPtrTy));
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 60 V = ConstantExpr::getBitCast(V, GCL->getType());
  /external/compiler-rt/lib/profile/
InstrProfData.inc 77 ConstantExpr::getBitCast(NamePtr, llvm::Type::getInt8PtrTy(Ctx)))
79 ConstantExpr::getBitCast(CounterPtr, \
157 NamePtr, llvm::ConstantExpr::getBitCast(NamePtr, \
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 77 ConstantExpr::getBitCast(NamePtr, llvm::Type::getInt8PtrTy(Ctx)))
79 ConstantExpr::getBitCast(CounterPtr, \
157 NamePtr, llvm::ConstantExpr::getBitCast(NamePtr, \
  /external/llvm/lib/IR/
Module.cpp 135 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
236 return ConstantExpr::getBitCast(GV, PTy);
Constants.cpp     [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/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 214 ConstantExpr::getBitCast(cast<Constant>(Src), TypeOfNewCast);
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 342 ConstantExpr::getBitCast(Fn, Int8PtrTy) :
451 ConstantExpr::getBitCast(cast<Constant>(Value), i8PTy));
PGOInstrumentation.cpp 332 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy),
  /external/llvm/unittests/IR/
ConstantsTest.cpp 188 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
380 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy);
449 auto *C = ConstantExpr::getBitCast(G, PtrTy);
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 206 Metadata.push_back(ConstantExpr::getBitCast(C, VoidPtr));
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 434 Constant *c = ConstantExpr::getBitCast(GV, i8PTy);

Completed in 867 milliseconds

1 2 3