Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h195 return ConstantExpr::getPointerCast(C, DestTy); in CreatePointerCast()
H A DConstants.h1244 getPointerCast(Constant *C, ///< The pointer value to be casted (operand 0)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h208 return Fold(ConstantExpr::getPointerCast(C, DestTy)); in CreatePointerCast()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp123 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType()); in runOnModule()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp162 return llvm::ConstantExpr::getPointerCast(Src, DestTy); in performAddrSpaceCast()
H A DCGBlocks.cpp797 auto *blockFn = llvm::ConstantExpr::getPointerCast(InvokeFn, GenVoidPtrTy); in EmitBlockLiteral()
1406 llvm::ConstantExpr::getPointerCast(literal, RequiredType); in buildGlobalBlock()
1522 llvm::ConstantExpr::getPointerCast(fn, GenVoidPtrTy)); in GenerateBlockFunction()
H A DCGExprConstant.cpp2173 return llvm::ConstantExpr::getPointerCast(value, destTy); in tryEmit()
H A DCGObjCMac.cpp7311 ClassGV = llvm::ConstantExpr::getPointerCast(ClassGV, ObjCTypes.Int8PtrTy); in GetClassGlobalForClassRef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2027 ConstantExpr::getPointerCast(getOrCreateModuleName(), IntptrTy); in poisonOneInitializer()
2478 ConstantExpr::getPointerCast(Metadata, IntptrTy)); in InstrumentGlobalsMachO()
2687 ConstantExpr::getPointerCast(InstrumentedGlobal, IntptrTy), in instrumentGlobals()
2690 ConstantExpr::getPointerCast(Name, IntptrTy), in instrumentGlobals()
2691 ConstantExpr::getPointerCast(getOrCreateModuleName(), IntptrTy), in instrumentGlobals()
2694 ConstantExpr::getPointerCast(ODRIndicator, IntptrTy)); in instrumentGlobals()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp57 CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getPtrTy()) in appendToGlobalArray()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1655 auto *BC = ConstantExpr::getPointerCast(GV, PointerType::getUnqual(C)); in setCoroInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1702 auto JumpTable = ConstantExpr::getPointerCast( in buildBitSetsFromFunctionsNative()
H A DAttributor.cpp329 return ConstantExpr::getPointerCast(C, &Ty); in getWithType()
H A DOpenMPOpt.cpp3530 auto *NewBuffer = ConstantExpr::getPointerCast( in manifest()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2243 Constant *ConstantExpr::getPointerCast(Constant *S, Type *Ty) { in getPointerCast() function in ConstantExpr
H A DCore.cpp1886 return wrap(ConstantExpr::getPointerCast(unwrap<Constant>(ConstantVal), in LLVMConstPointerCast()
H A DAutoUpgrade.cpp4606 ConstantExpr::getPointerCast(NewFn, CI->getCalledOperand()->getType())); in UpgradeIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3047 *II, ConstantExpr::getPointerCast(NewCPA, II->getType())); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp933 return SrcLocStr = ConstantExpr::getPointerCast(&GV, Int8Ptr); in getOrCreateSrcLocStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20921 …xpr14getPointerCastEPNS_8ConstantEPKNS_4TypeE", "llvm::ConstantExpr::getPointerCast(llvm::Constant…