Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp187 bool isSafeToCastConstAddrSpace(Constant *C, unsigned NewAS) const;
863 if (C0 && isSafeToCastConstAddrSpace(C0, Src1AS)) in updateAddressSpace()
865 else if (C1 && isSafeToCastConstAddrSpace(C1, Src0AS)) in updateAddressSpace()
978 bool InferAddressSpacesImpl::isSafeToCastConstAddrSpace(Constant *C, in isSafeToCastConstAddrSpace() function in InferAddressSpacesImpl
997 return isSafeToCastConstAddrSpace(cast<Constant>(Op->getOperand(0)), NewAS); in isSafeToCastConstAddrSpace()
1137 if (isSafeToCastConstAddrSpace(KOtherSrc, NewAS)) { in rewriteWithNewAddressSpaces()