Home
last modified time | relevance | path

Searched refs:DestPtrTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp3422 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local
3424 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9544 Type *DestPtrTy = in BuildConstantFromSCEV() local
9546 OpC = ConstantExpr::getBitCast(OpC, DestPtrTy); in BuildConstantFromSCEV()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp11377 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local
11378 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()