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

1 2

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGRTTI.cpp 153 return llvm::ConstantExpr::getBitCast(GV, CGM.Int8PtrTy);
490 VTable = llvm::ConstantExpr::getBitCast(VTable, CGM.Int8PtrTy);
564 return llvm::ConstantExpr::getBitCast(OldGV, CGM.Int8PtrTy);
585 Fields.push_back(llvm::ConstantExpr::getBitCast(TypeName, CGM.Int8PtrTy));
676 llvm::ConstantExpr::getBitCast(GV, OldGV->getType());
707 return llvm::ConstantExpr::getBitCast(GV, CGM.Int8PtrTy);
    [all...]
CodeGenModule.cpp 454 llvm::ConstantExpr::getBitCast(I->first, CtorPFTy)
687 llvm::ConstantExpr::getBitCast(cast<llvm::Constant>(&*LLVMUsed[i]),
799 llvm::ConstantExpr::getBitCast(GV, Int8PtrTy),
800 llvm::ConstantExpr::getBitCast(AnnoGV, Int8PtrTy),
801 llvm::ConstantExpr::getBitCast(UnitGV, Int8PtrTy),
    [all...]
CGObjCMac.cpp     [all...]
CGVTT.cpp 83 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
CGVTables.cpp 433 llvm::ConstantExpr::getBitCast(Entry, OldThunkFn->getType());
551 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
580 PureVirtualFn = llvm::ConstantExpr::getBitCast(PureVirtualFn,
600 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
CGBlocks.cpp 91 elements.push_back(llvm::ConstantExpr::getBitCast(
107 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
636 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
645 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
    [all...]
CGExprConstant.cpp     [all...]
CGCXX.cpp 150 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
CGDeclCXX.cpp 120 llvm::ConstantExpr::getBitCast(Addr, CGF.Int8PtrTy)};
CGException.cpp 253 return llvm::ConstantExpr::getBitCast(Fn, CGM.Int8PtrTy);
461 Dtor = llvm::ConstantExpr::getBitCast(Dtor, Int8PtrTy);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGDecl.cpp 257 llvm::ConstantExpr::getBitCast(GV, OldGV->getType());
329 llvm::Constant *castedAddr = llvm::ConstantExpr::getBitCast(var, expectedType);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 59 return ConstantExpr::getBitCast(C, DestTy);
72 C = ConstantExpr::getBitCast(C, SrcIVTy);
94 return ConstantExpr::getBitCast(C, DestTy);
105 return ConstantExpr::getBitCast(C, DestTy);
111 return ConstantExpr::getBitCast(C, DestTy);
135 return ConstantExpr::getBitCast(C, DestTy);
145 C = ConstantExpr::getBitCast(C, SrcIVTy);
172 return ConstantExpr::getBitCast(C, DestTy);
198 return ConstantExpr::getBitCast(C, DestTy);
506 Res = ConstantExpr::getBitCast(Res, Ty)
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 702 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
704 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));
746 ValueMap[SGV] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGV->getType()));
771 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDGV, DGV->getType()));
800 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
820 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDF, DGV->getType()));
    [all...]
  /external/llvm/lib/VMCore/
Module.cpp 166 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
283 return ConstantExpr::getBitCast(GV, PointerType::getUnqual(Ty));
Constants.cpp     [all...]
ConstantFold.cpp 63 C = ConstantExpr::getBitCast(C, DstEltTy);
150 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 145 ConstantExpr::getBitCast(Callee, GlobalDtorElems[1])
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 321 Constant *c = ConstantExpr::getBitCast(GV, i8PTy);
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 397 C1 == ConstantExpr::getBitCast(const_cast<Constant*>(C2), C1->getType());
684 Constant *BitcastNew = ConstantExpr::getBitCast(New, Old->getType());
760 Constant *BitcastF = ConstantExpr::getBitCast(F, G->getType());
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 213 Metadata.push_back(ConstantExpr::getBitCast(C, VoidPtr));
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopIdiomRecognize.cpp 533 Value *PatternPtr = ConstantExpr::getBitCast(GV, Builder.getInt8PtrTy());

Completed in 3436 milliseconds

1 2