Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3031 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local
3033 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
/external/llvm/lib/IR/
DInstructions.cpp2938 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local
2940 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6663 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
6664 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
6674 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
6677 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8142 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
8143 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
8153 Type *DestPtrTy = Type::getInt8PtrTy(C->getContext(), AS); in BuildConstantFromSCEV() local
8156 C = ConstantExpr::getBitCast(C, DestPtrTy); in BuildConstantFromSCEV()
/external/clang/lib/Sema/
DSemaChecking.cpp6153 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local
6154 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()