Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp1219 if (Value *OtherNewV = ValueWithNewAddrSpace.lookup(OtherSrc)) { in rewriteWithNewAddressSpaces() local
1220 if (OtherNewV->getType()->getPointerAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()
1221 Cmp->setOperand(OtherIdx, OtherNewV); in rewriteWithNewAddressSpaces()