| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | EfficiencySanitizer.cpp | 348 ConstantExpr::getPointerCast( in createCacheFragAuxGV() 446 ConstantExpr::getPointerCast(StructCounterName, Int8PtrTy), in createCacheFragInfoGV() 451 : ConstantExpr::getPointerCast(Offset, Int32PtrTy), in createCacheFragInfoGV() 453 : ConstantExpr::getPointerCast(Size, Int32PtrTy), in createCacheFragInfoGV() 456 : ConstantExpr::getPointerCast(TypeName, Int8PtrPtrTy), in createCacheFragInfoGV() 468 StructInfo = ConstantExpr::getPointerCast( in createCacheFragInfoGV() 491 auto *UnitName = ConstantExpr::getPointerCast( in createEsanInitToolInfoArg() 500 return ConstantExpr::getPointerCast(ToolInfoGV, Int8PtrTy); in createEsanInitToolInfoArg()
|
| H A D | AddressSanitizer.cpp | 1622 Value *ModuleNameAddr = ConstantExpr::getPointerCast(ModuleName, IntptrTy); in poisonOneInitializer() 2003 ConstantExpr::getPointerCast(Metadata, IntptrTy)); in InstrumentGlobalsMachO() 2186 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals() 2226 ConstantExpr::getPointerCast(InstrumentedGlobal, IntptrTy), in InstrumentGlobals() 2229 ConstantExpr::getPointerCast(Name, IntptrTy), in InstrumentGlobals() 2230 ConstantExpr::getPointerCast(ModuleName, IntptrTy), in InstrumentGlobals() 2232 ConstantExpr::getPointerCast(ODRIndicator, IntptrTy)); in InstrumentGlobals()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 136 auto *NewPtr = ConstantExpr::getPointerCast(GV, BitCast->getType()); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 133 ConstantExpr::getPointerCast(NewF, BC->getDestTy()); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 187 return ConstantExpr::getPointerCast(C, DestTy); in CreatePointerCast()
|
| H A D | Constants.h | 1073 static Constant *getPointerCast(
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 143 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType()); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 182 return Fold(ConstantExpr::getPointerCast(C, DestTy)); in CreatePointerCast()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 67 CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getInt8PtrTy()) in appendToGlobalArray()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 395 auto *BC = ConstantExpr::getPointerCast(GV, Type::getInt8PtrTy(C)); in setCoroInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 940 auto *blockFn = llvm::ConstantExpr::getPointerCast(InvokeFn, GenVoidPtrTy); in EmitBlockLiteral() 1475 llvm::ConstantExpr::getPointerCast(literal, RequiredType); in buildGlobalBlock() 1592 llvm::ConstantExpr::getPointerCast(fn, GenVoidPtrTy)); in GenerateBlockFunction()
|
| H A D | CGExprConstant.cpp | 1643 C = llvm::ConstantExpr::getPointerCast(C, origPtrTy); in applyOffset() 1694 return llvm::ConstantExpr::getPointerCast(value, destTy); in tryEmit()
|
| H A D | TargetInfo.cpp | 463 return llvm::ConstantExpr::getPointerCast(Src, DestTy); in performAddrSpaceCast()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1438 ConstantExpr::getPointerCast(JumpTableFn, JumpTableType->getPointerTo(0)); in buildBitSetsFromFunctionsNative()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 795 Ptr = ConstantExpr::getPointerCast(Ptr, NewPtrTy); in StripPtrCastKeepAS()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 563 return ConstantExpr::getPointerCast(CE->getOperand(0), DestTy); in ConstantFoldCastInstruction()
|
| H A D | Constants.cpp | 1587 Constant *ConstantExpr::getPointerCast(Constant *S, Type *Ty) { in getPointerCast() function in ConstantExpr
|
| H A D | Core.cpp | 1723 return wrap(ConstantExpr::getPointerCast(unwrap<Constant>(ConstantVal), in LLVMConstPointerCast()
|