Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp484 auto *DestPtrTy = dyn_cast<PointerType>(CE->getType()); in ConstantFoldLoadThroughBitcast() local
DScalarEvolution.cpp5667 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
5678 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
/external/llvm/lib/IR/
DInstructions.cpp2589 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local
/external/clang/lib/Sema/
DSemaChecking.cpp4777 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local