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

1 2

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 59 return ConstantExpr::getBitCast(C, DestTy);
71 C = ConstantExpr::getBitCast(C, SrcIVTy);
76 return ConstantExpr::getBitCast(C, DestTy);
96 return ConstantExpr::getBitCast(C, DestTy);
107 return ConstantExpr::getBitCast(C, DestTy);
113 return ConstantExpr::getBitCast(C, DestTy);
137 return ConstantExpr::getBitCast(C, DestTy);
147 C = ConstantExpr::getBitCast(C, SrcIVTy);
174 return ConstantExpr::getBitCast(C, DestTy);
200 return ConstantExpr::getBitCast(C, DestTy)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGRTTI.cpp 153 return llvm::ConstantExpr::getBitCast(GV, CGM.Int8PtrTy);
502 VTable = llvm::ConstantExpr::getBitCast(VTable, CGM.Int8PtrTy);
576 return llvm::ConstantExpr::getBitCast(OldGV, CGM.Int8PtrTy);
597 Fields.push_back(llvm::ConstantExpr::getBitCast(TypeName, CGM.Int8PtrTy));
688 llvm::ConstantExpr::getBitCast(GV, OldGV->getType());
719 return llvm::ConstantExpr::getBitCast(GV, CGM.Int8PtrTy);
    [all...]
CGVTables.cpp 419 llvm::ConstantExpr::getBitCast(Entry, OldThunkFn->getType());
539 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
568 PureVirtualFn = llvm::ConstantExpr::getBitCast(PureVirtualFn,
579 DeletedVirtualFn = llvm::ConstantExpr::getBitCast(DeletedVirtualFn,
599 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
    [all...]
CGObjCMac.cpp     [all...]
CGVTT.cpp 83 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
CodeGenModule.cpp 478 llvm::ConstantExpr::getBitCast(I->first, CtorPFTy)
728 llvm::ConstantExpr::getBitCast(cast<llvm::Constant>(&*LLVMUsed[i]),
    [all...]
CGBlocks.cpp 105 elements.push_back(llvm::ConstantExpr::getBitCast(
125 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
700 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
709 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
    [all...]
CGExprConstant.cpp     [all...]
CGCXX.cpp 150 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType);
CGDeclCXX.cpp 127 llvm::ConstantExpr::getBitCast(Addr, CGF.Int8PtrTy)};
ItaniumCXXABI.cpp     [all...]
CGDecl.cpp 258 llvm::ConstantExpr::getBitCast(GV, OldGV->getType());
330 llvm::Constant *castedAddr = llvm::ConstantExpr::getBitCast(var, expectedType);
    [all...]
CGException.cpp 260 return llvm::ConstantExpr::getBitCast(Fn, CGM.Int8PtrTy);
471 Dtor = llvm::ConstantExpr::getBitCast(Dtor, Int8PtrTy);
    [all...]
  /external/llvm/lib/IR/
Module.cpp 165 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
282 return ConstantExpr::getBitCast(GV, PointerType::getUnqual(Ty));
Constants.cpp     [all...]
ConstantFold.cpp 63 C = ConstantExpr::getBitCast(C, DstEltTy);
154 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 696 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
698 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));
740 ValueMap[SGV] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGV->getType()));
765 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDGV, DGV->getType()));
794 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
814 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDF, DGV->getType()));
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 145 ConstantExpr::getBitCast(Callee, GlobalDtorElems[1])
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 395 C1 == ConstantExpr::getBitCast(const_cast<Constant*>(C2), C1->getType());
682 Constant *BitcastNew = ConstantExpr::getBitCast(New, Old->getType());
758 Constant *BitcastF = ConstantExpr::getBitCast(F, G->getType());
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 213 Metadata.push_back(ConstantExpr::getBitCast(C, VoidPtr));
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 333 Constant *c = ConstantExpr::getBitCast(GV, i8PTy);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 709 milliseconds

1 2