Home
last modified time | relevance | path

Searched refs:getPointerCast (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp150 return llvm::ConstantExpr::getPointerCast(Src, DestTy); in performAddrSpaceCast()
H A DCGBlocks.cpp789 auto *blockFn = llvm::ConstantExpr::getPointerCast(InvokeFn, GenVoidPtrTy); in EmitBlockLiteral()
1363 llvm::ConstantExpr::getPointerCast(literal, RequiredType); in buildGlobalBlock()
1478 llvm::ConstantExpr::getPointerCast(fn, GenVoidPtrTy)); in GenerateBlockFunction()
H A DCGExprConstant.cpp1904 return llvm::ConstantExpr::getPointerCast(value, destTy); in tryEmit()
H A DCGObjCMac.cpp7403 ClassGV = llvm::ConstantExpr::getPointerCast(ClassGV, ObjCTypes.Int8PtrTy); in GetClassGlobalForClassRef()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h191 return ConstantExpr::getPointerCast(C, DestTy); in CreatePointerCast()
H A DConstants.h1143 getPointerCast(Constant *C, ///< The pointer value to be casted (operand 0)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h201 return Fold(ConstantExpr::getPointerCast(C, DestTy)); in CreatePointerCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp123 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType()); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1875 Value *ModuleNameAddr = ConstantExpr::getPointerCast(ModuleName, IntptrTy); in poisonOneInitializer()
2325 ConstantExpr::getPointerCast(Metadata, IntptrTy)); in InstrumentGlobalsMachO()
2544 ConstantExpr::getPointerCast(InstrumentedGlobal, IntptrTy), in instrumentGlobals()
2547 ConstantExpr::getPointerCast(Name, IntptrTy), in instrumentGlobals()
2548 ConstantExpr::getPointerCast(ModuleName, IntptrTy), in instrumentGlobals()
2551 ConstantExpr::getPointerCast(ODRIndicator, IntptrTy)); in instrumentGlobals()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp56 CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getPtrTy()) in appendToGlobalArray()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1245 auto *BC = ConstantExpr::getPointerCast(GV, PointerType::getUnqual(C)); in setCoroInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1660 ConstantExpr::getPointerCast(JumpTableFn, JumpTableType->getPointerTo(0)); in buildBitSetsFromFunctionsNative()
H A DAttributor.cpp328 return ConstantExpr::getPointerCast(C, &Ty); in getWithType()
H A DOpenMPOpt.cpp3529 ConstantExpr::getPointerCast(SharedMem, Int8Ty->getPointerTo()); in manifest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1988 Constant *ConstantExpr::getPointerCast(Constant *S, Type *Ty) { in getPointerCast() function in ConstantExpr
H A DCore.cpp1768 return wrap(ConstantExpr::getPointerCast(unwrap<Constant>(ConstantVal), in LLVMConstPointerCast()
H A DAutoUpgrade.cpp4238 ConstantExpr::getPointerCast(NewFn, CI->getCalledOperand()->getType())); in UpgradeIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp811 return SrcLocStr = ConstantExpr::getPointerCast(&GV, Int8Ptr); in getOrCreateSrcLocStr()