Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp483 auto *DestPtrTy = dyn_cast<PointerType>(CE->getType()); in ConstantFoldLoadThroughBitcast() local
484 if (!DestPtrTy) in ConstantFoldLoadThroughBitcast()
486 Type *DestTy = DestPtrTy->getElementType(); in ConstantFoldLoadThroughBitcast()
DScalarEvolution.cpp6168 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
6169 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
6179 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
6182 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
/external/llvm/lib/IR/
DInstructions.cpp2863 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local
2865 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
/external/clang/lib/Sema/
DSemaChecking.cpp5265 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local
5266 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()