Searched defs:DestAS (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp955 unsigned DestAS = DestPtr->getType()->getPointerAddressSpace(); local
965 } else if (DestAS == 0 &&
984 Type *DestInt8PtrTy = Builder.getInt8PtrTy(DestAS);
1008 Type *IntPtr = Builder.getIntPtrTy(DL, DestAS);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1196 unsigned DestAS = local
1198 llvm::Type *BP = Builder.getInt8PtrTy(DestAS);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1729 unsigned SrcAS, unsigned DestAS) {
1734 ID.AddInteger(DestAS);
1742 VT, Ptr, SrcAS, DestAS);
6208 unsigned DestAS)
6210 SrcAddrSpace(SrcAS), DestAddrSpace(DestAS) {}
1728 getAddrSpaceCast(SDLoc dl, EVT VT, SDValue Ptr, unsigned SrcAS, unsigned DestAS) argument
6206 AddrSpaceCastSDNode(unsigned Order, DebugLoc dl, EVT VT, SDValue X, unsigned SrcAS, unsigned DestAS) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp4965 unsigned DestAS = DestTy->getPointeeType().getAddressSpace(); local
4966 if (SrcAS != DestAS)

Completed in 150 milliseconds