Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp969 if (auto *KOtherSrc = dyn_cast<Constant>(OtherSrc)) { in rewriteWithNewAddressSpaces() local
970 if (isSafeToCastConstAddrSpace(KOtherSrc, NewAS)) { in rewriteWithNewAddressSpaces()
973 ConstantExpr::getAddrSpaceCast(KOtherSrc, NewV->getType())); in rewriteWithNewAddressSpaces()